Switch to DuckDuckGo Search
   December 11, 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:25:04] *** brad has quit IRC
[00:25:42] *** brad has joined #supybot
[01:01:00] *** ldlework has joined #supybot
[01:12:51] *** hno has joined #supybot
[01:37:24] *** ckknight has joined #supybot
[01:40:42] <ckknight> hey all. Does a plugin's threaded=True make it so the entire plugin is in its own thread or what?
[01:44:01] <supybot> <jamessan> it makes it so that any commands that plugin provides are called in their own thread
[01:44:54] <ckknight> hrm, alright
[02:53:54] -supybot- Strike_ has joined on oftc
[02:58:32] -supybot- Strike has quit oftc (Ping timeout: 480 seconds)
[03:44:45] -supybot- sbi- has joined on oftc
[03:51:36] -supybot- sbi-_ has quit oftc (Ping timeout: 480 seconds)
[04:18:17] *** hno has quit IRC
[05:04:45] *** ckknight has quit IRC
[05:14:44] *** ckknight has joined #supybot
[05:56:21] *** Siavash has quit IRC
[06:06:15] *** k4v has quit IRC
[06:46:21] *** ldleworker has joined #supybot
[06:46:26] *** ldleworker has quit IRC
[07:02:13] *** macmaN6789 has joined #supybot
[07:11:40] *** nebajoth has quit IRC
[07:48:29] *** Siavash has joined #supybot
[08:19:52] *** wolog has joined #supybot
[09:52:13] *** ckknight has quit IRC
[09:55:05] *** SubWolf has joined #supybot
[10:22:51] *** nebajoth has joined #supybot
[10:26:10] *** nebajoth has quit IRC
[10:50:08] *** SubWolf has quit IRC
[11:35:44] *** ldlework has quit IRC
[11:39:39] *** SubWolf has joined #supybot
[11:43:05] *** ldlework has joined #supybot
[12:03:58] *** SubWolf has quit IRC
[12:09:27] *** SubWolf has joined #supybot
[12:52:32] *** SubWolf has quit IRC
[13:18:16] *** ldlework has quit IRC
[13:23:39] *** Siavash has quit IRC
[13:53:49] *** apflstrudl has joined #supybot
[13:55:41] -supybot- _mren4_ has joined on oftc
[14:02:35] -supybot- |mren4| has quit oftc (Ping timeout: 480 seconds)
[14:07:58] *** _Awillys_ has joined #supybot
[14:26:36] *** |Awillys| has quit IRC
[15:01:14] *** SubWolf has joined #supybot
[16:05:56] *** _stack has joined #supybot
[16:24:36] *** ckknight has joined #supybot
[16:26:59] *** ckknight has quit IRC
[16:35:04] *** macmaN67891 has joined #supybot
[16:37:29] *** ckknight has joined #supybot
[16:40:46] *** macmaN6789 has quit IRC
[16:43:16] -supybot- nick change by Strike_ to Strike on oftc
[16:49:49] *** m4v has joined #supybot
[17:02:43] *** Leaving has quit IRC
[17:14:26] *** Leaving has joined #supybot
[17:30:13] *** malex has joined #supybot
[17:40:48] *** SubWolf has quit IRC
[17:43:03] *** Tar-Get- has joined #supybot
[17:51:06] <malex> how can a plugin determine what channel a command came from?
[17:51:18] <supybot> <jamessan> msg.args[0]
[17:51:30] <supybot> <jamessan> or use one of the wrap options
[17:52:34] *** wolog has quit IRC
[17:52:52] *** wolog has joined #supybot
[17:54:06] *** Tar-Get has quit IRC
[17:54:06] *** Tar-Get- is now known as Tar-Get
[17:54:56] <malex> jamessan: Thanks, msg.args[0] works fine.
[17:55:20] <supybot> <jamessan> you'll probably want to use irc.isChannel to make sure it's a channel and not a nick
[18:08:37] <malex> jamessan: That works wonderfully. Thanks again.
[18:11:51] *** wRAR has joined #supybot
[18:12:16] *** SubWolf has joined #supybot
[18:20:35] *** Siavash has joined #supybot
[18:29:21] *** apflstrudl has quit IRC
[18:37:36] *** SubWolf has quit IRC
[19:15:27] *** wRAR has quit IRC
[19:26:21] *** wolog has quit IRC
[20:02:31] *** wolog has joined #supybot
[20:22:16] *** malex has left #supybot
[20:35:33] *** ldlework has joined #supybot
[20:49:24] *** eracc has quit IRC
[20:52:32] *** fincher has quit IRC
[20:56:49] *** apflstrudl has joined #supybot
[21:00:51] *** nebajoth has joined #supybot
[21:37:18] *** wolog has quit IRC
[21:37:52] *** wolog has joined #supybot
[21:55:41] *** apflstrudl has quit IRC
[22:02:24] *** m4v has quit IRC
[22:14:12] *** m4v has joined #supybot
[22:17:14] *** eracc has joined #supybot
[22:22:53] *** fincher has joined #supybot
[22:27:44] <P4> fincher: did you wrote the Tail plugin? Great work… But how does it work? target #channel doesn't add anything, modyfying supybot.plugins.Tail.targets #chan1 to #chan1,#chan2 doesn't work either
[22:28:27] <fincher> I honestly don't remember anything about the Tail plugin.
[22:28:29] <fincher> @load Tail
[22:28:29] <supybot> fincher: Error: You don't have the 'owner' capability. If you think that you should have this capability, be sure that you are identified before trying again. The 'whoami' command can tell you if you're identified.
[22:28:43] <supybot> <jamessan> @load Tail
[22:28:44] <supybot> <supybot> jamessan: The operation succeeded.
[22:28:49] <fincher> @list Tail
[22:28:50] <supybot> fincher: add, remove, and target
[22:28:53] <fincher> @help tail add
[22:28:53] <supybot> fincher: (tail add <filename>) -- Basically does the equivalent of tail -f to the targets.
[22:29:00] <fincher> @help tail target
[22:29:00] <supybot> fincher: (tail target [--remove] [<target> ...]) -- If given no arguments, returns the current list of targets for this plugin. If given any number of targets, will add these targets to the current list of targets. If given --remove and any number of targets, will remove those targets from the current list of targets.
[22:29:10] <P4> @list target
[22:29:10] <supybot> P4: Error: 'target' is not a valid plugin.
[22:29:15] <P4> @config list target
[22:29:15] <supybot> P4: Error: 'supybot.target' is not a valid configuration variable.
[22:29:27] <fincher> P4: use the command, try not to tweak the configuration directly
[22:29:30] <P4> anyway… is it possible to output to 2 channels?
[22:29:39] <P4> how to sue the command? :þ
[22:29:47] <supybot> <jamessan> "@tail target #chan1 #chan2"
[22:29:52] <fincher> P4: "@target #channel1 #channel2"
[22:30:09] *** tronner has joined #supybot
[22:30:26] <P4> .target #crazy-tronners_servers #armagetron-servers
[22:30:33] <P4> no respnce
[22:30:57] <supybot> <jamessan> @target #supybot
[22:31:06] <supybot> <jamessan> so it doesn't respond...
[22:31:14] <P4> .config supybot.plugins.Tail.targets
[22:31:15] <tronner> P4: #crazy-tronners_servers,#armagetron-servers
[22:31:19] <supybot> <jamessan> @target
[22:31:20] <supybot> <supybot> jamessan: I'm not currently targeting anywhere.
[22:31:29] <P4> .target --remove #armagetron-servers
[22:31:32] <P4> .config supybot.plugins.Tail.targets
[22:31:32] <tronner> P4: #crazy-tronners_servers,#armagetron-servers
[22:31:43] <supybot> <jamessan> yeah, @target seems broken
[22:31:44] <P4> it works fine for single channel only
[22:31:57] <P4> and only for single file :(
[22:32:39] <P4> this plugin is the only one i know that can send messages to the channel in so called realtime
[22:33:35] *** SubWolf has joined #supybot
[22:33:50] <P4> the whole supybot is a great part of work, but i feel like the things get started but not 100% finished :þ
[22:33:51] <P4> .part
[22:33:52] *** tronner has left #supybot
[22:34:54] <supybot> <jamessan> there's likely a reason why we didn't ship Tail with supybot and shoved it into supybot-plugins instead ;)
[22:54:40] *** neoark has quit IRC
[22:56:16] *** neoark has joined #supybot
[23:05:47] *** neoark has quit IRC
[23:07:22] *** neoark has joined #supybot
[23:45:57] *** SubWolf has quit IRC
top

   December 11, 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 | >