Switch to DuckDuckGo Search
   December 8, 2008  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >

Toggle Join/Part | bottom
[00:11:51] *** wolog has quit IRC
[00:26:31] *** wolog has joined #supybot
[00:32:26] *** Wacko has quit IRC
[00:58:41] *** wolog has quit IRC
[00:59:18] *** wolog has joined #supybot
[01:01:02] -supybot- sbi- has quit oftc (Ping timeout: 480 seconds)
[01:04:52] -supybot- sbi- has joined on oftc
[01:10:54] *** wolog has quit IRC
[01:24:12] *** Synapse has joined #supybot
[01:25:16] *** ldlework has quit IRC
[01:25:45] *** ldlework has joined #supybot
[03:44:52] -supybot- sbi-_ has joined on oftc
[03:51:44] -supybot- sbi- has quit oftc (Ping timeout: 480 seconds)
[04:04:48] *** brad has quit IRC
[04:15:56] *** macmaN6789 has quit IRC
[04:16:10] *** brad has joined #supybot
[05:18:29] *** brad` has joined #supybot
[05:25:48] *** brad has quit IRC
[05:31:32] *** Siavash has quit IRC
[06:06:27] *** ldlework has quit IRC
[06:07:49] *** ldlework has joined #supybot
[06:54:28] *** macmaN6789 has joined #supybot
[07:12:43] *** ldlework has quit IRC
[07:35:21] *** Siavash has joined #supybot
[08:22:23] *** wolog has joined #supybot
[09:32:01] *** m4v has joined #supybot
[09:40:04] *** m4v has quit IRC
[10:01:56] *** brad` is now known as brad
[11:07:18] -supybot- sbi-_ has quit oftc (Ping timeout: 480 seconds)
[11:32:18] *** Siavash has quit IRC
[11:33:46] *** Siavash has joined #supybot
[12:45:02] *** Siavash has quit IRC
[12:46:21] *** Siavash has joined #supybot
[13:00:34] *** Siavash has quit IRC
[13:06:37] *** tombs has joined #supybot
[13:55:32] -supybot- |mren4| has joined on oftc
[14:02:21] -supybot- _mren4_ has quit oftc (Ping timeout: 480 seconds)
[14:06:58] *** _stack has joined #supybot
[14:08:41] *** tombs has quit IRC
[14:29:18] *** Siavash has joined #supybot
[14:29:31] *** fincher has joined #supybot
[14:42:56] <Tar-Get> @help schedule
[14:42:56] <supybot> Tar-Get: Error: There is no command "schedule".
[14:43:08] <supybot> <jamessan> @list Schedule
[14:43:09] <supybot> <supybot> jamessan: Error: 'Schedule' is not a valid plugin.
[14:43:10] <supybot> <jamessan> @list Scheduler
[14:43:11] <supybot> <supybot> jamessan: add, list, remove, and repeat
[14:43:54] <Tar-Get> is there some documentation about the schedule.py file?
[14:46:52] <supybot> <jamessan> aside from the documentation in the module itself? you can check the other plugins that use it
[14:48:53] <Tar-Get> I checked Scheduler.py, but I don't really understand all code
[14:49:56] <Tar-Get> are there other plugins that use schedule.py?
[14:51:09] <supybot> <jamessan> yes, that's why I suggested looking at them
[14:51:23] <Tar-Get> 'schedule.addEvent(time.time() + 5, command)' executes command immediately without waiting 5 seconds
[14:51:54] <supybot> <jamessan> for one, you have the arguments reversed
[14:55:11] <Tar-Get> ah yes, I've tried many things :D
[15:12:53] *** Siavash has quit IRC
[15:25:45] <fincher> jamessan: let me know when you're in.
[15:25:55] <fincher> (got a vim/debian question)
[15:31:41] *** Siavash has joined #supybot
[15:50:16] <supybot> <jamessan> fincher: yo
[15:50:58] <fincher> jamessan: contact you via other means
[15:51:16] <fincher> though I can discuss the problem here if you want.
[15:51:20] <fincher> (or prefer)
[16:52:25] *** fincher has quit IRC
[16:56:12] *** fincher has joined #supybot
[17:16:34] *** ubendu has joined #Supybot
[17:17:21] *** ubendu has left #Supybot
[17:31:13] *** wRAR has joined #supybot
[17:47:49] *** wanders has quit IRC
[17:49:39] *** wanders has joined #supybot
[18:08:16] *** wRAR has quit IRC
[18:15:31] *** apflstrudl has joined #supybot
[18:21:44] *** ldlework has joined #supybot
[18:50:07] *** wolog has quit IRC
[18:59:16] *** ldlework has quit IRC
[19:07:19] *** ldlework has joined #supybot
[20:13:22] *** Tar-Get- has joined #supybot
[20:23:54] *** Tar-Get has quit IRC
[20:23:54] *** Tar-Get- is now known as Tar-Get
[20:46:01] *** wolog has joined #supybot
[21:30:53] *** ldlework has quit IRC
[21:33:14] *** macmaN6789 has quit IRC
[21:36:24] <supybot> <CIA-3> jamessan * r744 /trunk/supybot/src/ (callbacks.py drivers/__init__.py): Do not pass arguments to object's __init__
[21:36:53] <supybot> <CIA-3> jamessan * r745 /trunk/supybot/ (5 files in 2 dirs): Add utils/crypt.py as a Python version-agnostic crypt module
[21:37:07] <supybot> <CIA-3> jamessan * r746 /trunk/supybot/plugins/__init__.py: Do not directly import sets. supybot.utils provides __builtins__['set']
[21:37:30] <supybot> <CIA-3> jamessan * r747 /trunk/supybot/test/test_plugins.py: Remove useless sets import and extraneous newlines
[22:03:07] *** yangg has joined #supybot
[22:04:19] <yangg> hi, can supybot plugin google work with a AJAX key for searching, because they are not giving search API key anymore ?
[22:05:14] <supybot> <jamessan> the one in SVN can
[22:06:46] *** ldlework has joined #supybot
[22:09:54] <yangg> thank you
[22:47:37] *** apflstrudl has quit IRC
[23:10:53] -supybot- sbi- has joined on oftc
[23:40:14] *** yangg has left #supybot
[23:45:09] *** Siavash has quit IRC
[23:46:16] <supybot> <sbi-> are there helper functions for color codes somewhere in the API?
[23:46:25] *** Siavash has joined #supybot
[23:48:05] <supybot> <jamessan> src/ircutils.py mircColor
[23:48:16] *** wolog has quit IRC
[23:51:40] <supybot> <sbi-> thanks
top

   December 8, 2008  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >