[01:12:33] *** jinzo is now known as jinzo[away]
[01:12:36] *** jinzo[away] is now known as jinzo
[01:29:28] *** zoubi` has joined #supybot
[01:31:50] *** zoubi has quit IRC
[02:15:53] *** mkanat has joined #supybot
[02:43:42] *** GPT has joined #supybot
[02:47:18] *** mkanat has quit IRC
[02:48:56] <GPT> so I just installed Supybot, and I'm trying to get the banlist to work. I've added myself to GPTBot's banlist, and GPTBot has level 30 access in my channel, and he's even opped... and he won't +b me, /kick me, or anything... is there something I'm missing?
[03:14:48] *** yell0w has quit IRC
[03:15:55] *** yell0w has joined #supybot
[04:11:10] *** Weedy has joined #supybot
[04:53:17] <Hagabard> GPT: check the logs (also, try configureing log.level to debug to see more of what is going on)
[04:53:42] <GPT> k, I'll try that. thanks! ^_^
[04:57:18] <Hagabard> the logs are usually fairly telling
[04:58:18] <GPT> okay, just got the bot started up, tried banning myself... the logs--that means what it says in the terminal window where he's running, or do you mean something else?
[04:59:01] <Hagabard> the stdout (terminal window) is usually the same output that would be in your log file
[04:59:27] <Hagabard> log.level debug can be a lot wingin' by if your bot is on more than one network or a few channels
[05:00:12] <GPT> he's only in one channel, only on this network... all the stdout says is "INFO 2007-11-24T20:56:48 channel ban add called by "GPT!n=GPT at wikia/Guesty-Persony-Thingy" dot "
[05:01:19] <Hagabard> did it add the +b or does the ban already exist in the channel?
[05:01:30] <GPT> didn't add it, doesn't already exist.
[05:02:55] <Hagabard> hm
[05:03:01] <GPT> he tells me "The operation succeeded," and he's definitely opped...
[05:03:24] <Hagabard> that's pretty funky
[05:03:50] <Hagabard> i've used supybot for years now, although I will admit i don't use it for any kind of channel management, i use irc services for that, heh
[05:04:27] <Hagabard> i don't even op my bot if i can help it
[05:04:34] <GPT> heh... +L's hard to come by, though, which is why I'm using Supybot. hmm... maybe it's 'cause it's a ##channel instead of a #channel?
[05:05:21] <Hagabard> mine is running in a ##channel right now
[05:05:42] <Hagabard> although i don't have ops in that one
[05:45:57] *** Pinky has joined #supybot
[05:48:23] <GPT> rarf! forgot you had a bot, Pinky...
[05:49:33] <Pinky> hi
[05:52:32] <Pinky> are you trying out supybot?
[05:52:36] <GPT> yeh
[05:52:43] <Pinky> cool :)
[05:52:52] <GPT> was just about to start to ask you if you had any idea why GPTBot wouldn't ban me...
[05:53:31] <Pinky> what command are you using?
[05:53:42] <GPT> umm... we'll talk there.
[05:53:55] <Pinky> k
[06:09:34] <GPT> is there a way to disable stdout logging? my log file is about 3 GB, and that's just... HUGE!!!
[06:10:23] <Hagabard> @config help log.level
[06:10:37] <Hagabard> oh, no supybot
[06:10:47] *** Sinoa has joined #supybot
[06:10:54] <Hagabard> .config help log.level
[06:11:05] <GPT> kewl... thanks. ^_^
[06:11:07] -Sinoa- Hagabard: Determines what the minimum priority level logged will be. Valid values are DEBUG, INFO, WARNING, ERROR, and CRITICAL, in order of increasing priority. (Current value: INFO)
[06:11:29] <Hagabard> set it up at warning and you'll get not very much
[06:11:33] <Hagabard> also
[06:11:41] <Hagabard> i occasionally gzip the logs and start them over
[06:11:54] <Hagabard> ususally when i do my svn updates
[06:12:15] <GPT> k, I'll remember that... thanks again, and sorry if I'm a noob... =( =D
[06:12:28] <Hagabard> no worries
[06:12:35] <Hagabard> yea, on debug it fills up fast
[06:12:43] <Hagabard> info isn't too bad
[06:13:12] <Hagabard> it's where i usually leave mine, so i can go looking for basic stuff if someone asks me too
[06:13:58] <GPT> alright... btw, the reason he wouldn't ban me was because I'm the Owner; he banned Mr. Pinky just fine. ^_^
[06:31:28] <Hagabard> heh
[06:31:29] <Hagabard> yea
[06:31:34] <Hagabard> it won't hurt it's owner usually
[06:31:43] <Hagabard> thought i asked or mentioned that, my bad
[06:32:20] <GPT> oh, !bAH.
[06:59:25] *** yell0w has quit IRC
[07:17:18] *** yell0w has joined #supybot
[07:38:07] *** GPT has quit IRC
[08:01:23] *** wRAR has joined #supybot
[08:08:53] *** Weedy has quit IRC
[08:09:10] *** Weedy has joined #supybot
[09:22:08] *** mkanat has joined #supybot
[10:24:26] *** mkanat has quit IRC
[12:02:55] *** jinzo is now known as jinzo[away]
[12:02:59] *** jinzo[away] is now known as jinzo
[12:29:08] *** wRAR has quit IRC
[12:52:28] *** drmikecrowe has quit IRC
[12:52:43] *** drmikecrowe has joined #supybot
[13:09:31] *** tombs has joined #supybot
[13:13:40] *** tombs has quit IRC
[14:00:03] *** mren has joined #supybot
[14:15:51] *** mren_ has quit IRC
[16:24:40] *** Weedy has quit IRC
[16:24:55] *** Weedy has joined #supybot
[16:25:26] *** eml has joined #supybot
[16:26:18] <eml> Hey. I'm trying to write some tests for my plugin, but I'm having problem with the setUp-method. Shall it be inside my test-class or outside it? I'm getting error when I define it inside my class.
[16:28:49] <eml> From what the definition of it looks like I suppose it's inside the class.. but I don't understand why it's giving me errors. - TypeError: unbound method setUp() must be called with ChannelPluginTestCase instance as first argument (got TourneyTestCase instance instead)
[16:29:25] <eml> ChannelPluginTestCase.setUp(self) # important!! <- seems to be the thief
[16:30:46] <eml> Hmm ah, I figured it out. The documentation for testing is wrong it seems. The class inherits PluginTestCase, but its setUp-method calls ChannelPluginTestCase.
[17:46:04] *** tombs has joined #supybot
[18:22:15] *** tombs has quit IRC
[18:32:18] <eml> So, anyone alive in here? ;)
[19:02:31] *** jessekeys has joined #supybot
[19:04:16] <jessekeys> hi
[19:08:15] <andrew> hi
[20:32:13] *** tonyyarusso has joined #supybot
[20:44:30] *** whodaman- has joined #supybot
[20:48:17] <whodaman-> I would like to install supybot, where is the the setup wizard?
[20:48:28] <whodaman-> I'm using osx
[20:48:36] <whodaman-> I downloaded python and installed it
[21:03:32] *** whodaman- has left #supybot
[21:18:06] <jessekeys> i have problems getting connecting to ssl servers to work
[21:18:23] <jessekeys> seems like it can't find twisted (which is needed apparently)
[21:18:42] *** whodaman- has joined #supybot
[21:18:58] <whodaman-> I just can't find the wizard
[21:19:25] <eml> supybot-wizard here, no idea how it is on osx
[21:19:46] <whodaman-> gah
[21:21:14] <jessekeys> ew, nevermind \o/
[21:21:49] <whodaman-> ?
[21:21:56] <whodaman-> nobody has set up supybot on osx here?
[21:55:37] *** tonyyarusso has quit IRC
[21:55:59] *** jinzo is now known as jinzo[away]
[21:56:01] *** jinzo[away] is now known as jinzo
[22:03:22] <jessekeys> can i have something like \n for supybot.plugins.RSS.headlineSeparator?
[22:04:38] <whodaman-> can somebody help me set up spybot for osx?
[22:04:43] <whodaman-> supy
[22:31:57] *** whodaman- is now known as Baboon
[22:32:09] *** Baboon is now known as whodaman-
[22:33:21] *** whodaman- has left #supybot
[22:40:24] *** mkanat has joined #supybot
[22:46:31] *** Weedy has quit IRC
[22:46:38] *** Weedy has joined #supybot
[23:03:49] *** whodaman- has joined #supybot
[23:04:16] <whodaman-> I was setting up supybot with the wizard and made a mistake adding channels.
[23:04:19] <whodaman-> How can I edit?
[23:06:06] <mkanat> whodaman-: Just tell him to part the channel.
[23:06:25] <whodaman-> In the wizard?
[23:06:31] <mkanat> whodaman-: No, when he's running.
[23:06:43] <mkanat> whodaman-: You can also just search supybot.conf for the name of the channel and remove it.
[23:06:44] <whodaman-> but I'll have to tell him that every time he starts?
[23:06:48] <mkanat> whodaman-: No, only once.
[23:06:54] <whodaman-> OK
[23:07:01] <whodaman-> so I'll continue...
[23:10:22] <whodaman-> crud, I made another mistake with plugins, I added the Dict
[23:10:32] <whodaman-> and accidentally added anoter server
[23:10:45] <whodaman-> can that be edited in the ,conf too?
[23:11:32] <mkanat> whodaman-: Anything can be edited.
[23:12:09] -Sinoa- Title: pysqlite - pysqlite - Trac (at initd.org)
[23:17:18] <whodaman-> What do I need to download inorder to get the plugin Factoids to work?
[23:19:08] <mkanat> whodaman-: I'm sorry, but I don't remember.
[23:19:13] <mkanat> whodaman-: Whatever it says in the documentation.
[23:24:13] <whodaman-> mkanat, Error: You need to have PySQLite installed to use
[23:24:18] -Sinoa- Title: pysqlite - Trac (at pysqlite.org)
[23:24:23] *** omercnet has joined #supybot
[23:25:56] <whodaman-> there are only windows downloads?
[23:35:18] *** omercnet has left #supybot