[00:54:54] *** _stack has quit IRC[03:35:03] <ldlework> jamessan what do you do for a living?[03:37:59] <ldlework> I don't mean to be rude, sorry[03:41:30] *** fincher has quit IRC[03:44:48] -supybot- sbi-_ has joined on oftc[03:47:04] <supybot> <jamessan> ldlework: programming[03:51:36] -supybot- sbi- has quit oftc (Ping timeout: 480 seconds)[06:46:16] *** fincher has joined #supybot[06:53:37] *** macmaN6789 has joined #supybot[07:17:54] *** man_in_shack has joined #supybot[07:18:31] *** Siavash has quit IRC[07:18:40] <man_in_shack> what happened to the supybot website?[07:26:48] <supybot> <CIA-3> jamessan * r748 /trunk/supybot/src/utils/web.py: Finally fix the XXX we had for httpUrlRe and urlRe[07:26:59] <supybot> <CIA-3> jamessan * r749 /trunk/supybot/plugins/Web/test.py: Adjust testTitle to take into account /.'s slight change[07:28:27] <supybot> <jamessan> man_in_shack: lost hosting ... working on getting old SF static site back up[07:59:05] *** e0\m2x has joined #supybot[08:01:41] *** Siavash has joined #supybot[08:22:26] <supybot> <CIA-3> jamessan * r750 /trunk/supybot/plugins/Misc/test.py: Fix a couple Misc tests[08:30:39] *** zann has quit IRC[08:30:59] *** zann has joined #supybot[08:32:07] *** wolog has joined #supybot[08:49:06] *** Awillys has joined #supybot[08:55:38] *** ldlework has quit IRC[09:21:48] *** |Awillys| has joined #supybot[09:21:48] *** Awillys has quit IRC[09:46:15] *** Siavash has quit IRC[09:47:39] *** Siavash has joined #supybot[10:05:51] *** TRD has joined #supybot[10:20:38] *** Siavash has quit IRC[10:44:00] *** TRD has quit IRC[12:41:11] *** e0\m2x has left #supybot[13:35:34] *** Kamaze has joined #supybot[13:35:37] <Kamaze> hi there[13:40:40] *** _stack has joined #supybot[13:55:37] -supybot- _mren4_ has joined on oftc[14:02:24] -supybot- |mren4| has quit oftc (Ping timeout: 480 seconds)[15:56:46] *** mukhbiir has joined #supybot[16:06:40] *** neoark has quit IRC[16:06:40] *** mukhbiir is now known as neoark[16:14:21] *** Kamaze has quit IRC[16:21:37] *** fincher has quit IRC[16:22:51] *** fincher has joined #supybot[16:46:40] *** Kamaze has joined #supybot[17:13:30] *** qermit has joined #supybot[17:13:35] <qermit> hi[17:13:48] <qermit> does anyone know plugin with nonblocking fork?[17:30:37] *** Kamaze has quit IRC[17:36:50] *** wRAR has joined #supybot[17:44:34] <fincher> non-blocking fork?[17:44:36] <fincher> fork never blocks.[17:46:00] <nebajoth> but spoon makes a halfway decent shield[17:46:06] <nebajoth> if the spot you're protecting is small[17:46:11] <fincher> very small![17:46:19] <nebajoth> I use a ladle[17:46:28] <nebajoth> I know its cheating[17:46:42] <fincher> haha[17:59:06] *** wolog has quit IRC[18:45:23] *** apflstrudl has joined #supybot[18:52:23] *** Kamaze has joined #supybot[19:02:25] *** wolog has joined #supybot[19:18:17] *** Siavash has joined #supybot[19:57:31] *** wRAR has quit IRC[19:58:33] *** apflstrudl_ has joined #supybot[20:01:20] *** Leaving has quit IRC[20:01:22] *** apflstrudl has quit IRC[20:01:25] *** mtah has quit IRC[20:01:49] *** Leaving has joined #supybot[20:02:21] *** apflstrudl has joined #supybot[20:02:21] *** mtah has joined #supybot[20:02:54] *** apflstrudl has quit IRC[20:07:11] *** mtah has quit IRC[20:08:41] *** mtah has joined #supybot[20:10:36] <qermit> fincher: i mean forking with callback function[20:10:54] <fincher> qermit: I don't know what you're talking about.[20:11:03] <qermit> how to say[20:15:53] *** apflstrudl_ has quit IRC[20:16:20] <qermit> i want to fork to execute program, after all it should execute callback function and process result. this program work for example minute or two[20:25:25] *** ldlework has joined #supybot[21:41:34] <Tar-Get> @scheduler add 10 echo test[21:41:35] <supybot> Tar-Get: The operation succeeded. Event #0 added.[21:41:44] <supybot> test[21:41:45] <Tar-Get> @scheduler remove 0[21:41:45] <supybot> Tar-Get: Error: Invalid event id.[21:41:55] <Tar-Get> @scheduler add 20 echo test[21:41:56] <supybot> Tar-Get: The operation succeeded. Event #1 added.[21:41:58] <Tar-Get> @scheduler remove 1[21:41:59] <supybot> Tar-Get: The operation succeeded.[21:45:06] <supybot> <jamessan> heh[21:45:51] <supybot> <jamessan> Tar-Get: what version of the bot are you running? supybot's running a pretty old version[21:45:59] <qermit> Tar-Get: hmm, nice plugin[21:46:48] <Tar-Get> I'm running 0.83.3[21:47:55] <Tar-Get> are schedule events not directly removed after a schedule.removeEvent('id')?[21:49:05] <Tar-Get> I can't re-use events with the same name after they are cancelled, but I can re-use them if they completed[21:50:05] <supybot> <jamessan> @scheduler add 100 echo test[21:50:06] <supybot> <supybot> jamessan: The operation succeeded. Event #2 added.[21:50:10] <supybot> <jamessan> @scheduler remove 2[21:50:11] <supybot> <supybot> jamessan: The operation succeeded.[21:50:13] <supybot> <jamessan> @reload Scheduler[21:50:14] <supybot> <supybot> jamessan: The operation succeeded.[21:50:17] <supybot> <jamessan> @scheduler add 100 echo test[21:50:18] <supybot> <supybot> jamessan: The operation succeeded. Event #3 added.[21:50:21] <supybot> <jamessan> meh[21:51:23] <Tar-Get> I'll let schedule choose its own names[21:51:58] <supybot> <supybot> test[21:58:21] <Tar-Get> btw why is the supybot website gone?[21:59:10] <supybot> <jamessan> @last --from jamessan --with hosting[21:59:11] <supybot> <supybot> jamessan: [00:30:26] <jamessan> man_in_shack: lost hosting ... working on getting old SF static site back up[21:59:29] *** Kamaze has quit IRC[21:59:45] <qermit> Tar-Get: old provider said - hmm i doesn't like supybot site[21:59:56] <qermit> jamessan: right?[22:00:13] <supybot> <jamessan> more like "hmm, I don't like that the supybot site is using all of our resources"[22:00:22] <Tar-Get> :p[22:00:25] <qermit> :)[22:01:00] <qermit> i mean :([22:14:01] *** mtah has quit IRC[22:15:11] *** mtah has joined #supybot[22:16:55] *** fincher has quit IRC[22:21:11] *** mtah has quit IRC[22:26:56] *** mtah has joined #supybot[23:11:16] *** _stack has quit IRC[23:29:51] *** fincher has joined #supybot[23:37:18] *** macmaN6789 has quit IRC[23:39:25] <Tar-Get> Is there a difference in speed between 'irc.reply()' and 'irc.quemsg()' or other commands?[23:41:48] <Tar-Get> there is quite a big delay between the lines of output in my trivia script[23:42:40] <supybot> <jamessan> irc.reply() respects the delay we enforce when sending messages. queueMsg does as well. sendMsg doesn't[23:42:44] <supybot> <jamessan> @config list protocols.irc[23:42:45] <supybot> <supybot> jamessan: @ping, @queuing, maxHistoryLength, strictRfc, throttleTime, umodes, and vhost[23:42:55] <supybot> <jamessan> @config help protocols.irc.throttleTime[23:42:56] <supybot> <supybot> jamessan: A floating point number of seconds to throttle queued messages -- that is, messages will not be sent faster than once per throttleTime seconds. (Current value: 1.0)[23:43:43] <Tar-Get> thanks[23:46:25] *** hoxu has quit IRC[23:49:57] *** hoxu has joined #supybot