Commit Graph

1681 Commits

Author SHA1 Message Date
Jeremy Fincher
7855f61f58 Let's change this to a debug log. 2004-08-17 15:36:42 +00:00
Jeremy Fincher
b6f03a42b4 We shouldn't send a new nick in response to 433 when we've already connected. 2004-08-17 15:20:59 +00:00
Jeremy Fincher
e7daa3c144 Handle the empty value case. 2004-08-17 08:32:00 +00:00
Jeremy Fincher
e1cf38f171 Handle QUIT properly in IrcState. 2004-08-17 08:29:56 +00:00
Jeremy Fincher
3cf02c85a6 Better stupid nick resolution scheme. 2004-08-17 08:07:47 +00:00
Jeremy Fincher
f89bb167d1 Various updates. 2004-08-17 06:36:51 +00:00
James Vega
0ee2ff4fbb De-uglified urllib2.URLErrors and cleaned up a couple blocks in plugins/Http.py 2004-08-17 02:52:40 +00:00
Jeremy Fincher
51d05670bd Let's show the current value in COnfig.help. 2004-08-16 21:43:59 +00:00
Jeremy Fincher
7b75d47095 Slight tweaks. 2004-08-16 21:36:48 +00:00
Jeremy Fincher
eff7489469 Don't try to kick people that aren't in the channel. 2004-08-16 21:26:38 +00:00
Jeremy Fincher
edf7af7711 Stats command. I'm obsessed. 2004-08-16 20:04:15 +00:00
Jeremy Fincher
162456108e It's possible that the Misc plugin isn't loaded. 2004-08-16 20:03:11 +00:00
Jeremy Fincher
7a65e937b4 Hax0r. Watch this revision, I have a feeling we're going to revert this change at some point. 2004-08-16 20:02:26 +00:00
Jeremy Fincher
dfd929d197 Darn, missed one. 2004-08-16 18:57:28 +00:00
Jeremy Fincher
0b699e8ad8 Must...save...bytes... 2004-08-16 18:47:23 +00:00
Jeremy Fincher
5042f9e1c8 Use a global q so urls snarfed by another plugin aren't snarfed by later plugins. 2004-08-16 18:47:07 +00:00
Jeremy Fincher
4e53cfef63 Fixed bug #1009683. 2004-08-16 18:44:38 +00:00
James Vega
d267fe9fbf Revert our directories.plugins defaults to the old behavior 2004-08-16 18:00:00 +00:00
James Vega
46c71a7521 Add dbi.NoRecordError and update Quotes to use it 2004-08-16 17:34:58 +00:00
James Vega
eb1dac0d60 Misc.last --with matches case-insensitively 2004-08-16 17:34:16 +00:00
Jeremy Fincher
7b2cbd950f Fixed the user list problem mo betta. 2004-08-16 13:22:08 +00:00
Jeremy Fincher
e7aa2efcfd Fixed the user list problem. 2004-08-16 01:29:22 +00:00
Jeremy Fincher
a1a703df32 Let's go to repr. Beware, people, this may invalidate certain databases. 2004-08-12 07:41:05 +00:00
Jeremy Fincher
22ddd5cb92 has, a counterpart to be. 2004-08-11 17:10:20 +00:00
Jeremy Fincher
bb0aa6f4cc PyChecker updates. 2004-08-11 17:06:02 +00:00
Jeremy Fincher
1c84dd676b Renamed to _children. 2004-08-11 17:05:33 +00:00
Jeremy Fincher
a9ab89664c Moved logfilesize to Status. 2004-08-11 17:04:57 +00:00
Jeremy Fincher
cafd724d30 PyChecker fixes. 2004-08-11 13:51:15 +00:00
James Vega
efb7891f46 pylint cleanups 2004-08-11 12:57:52 +00:00
James Vega
3e1be1858b Let's not bold the options in expect() 2004-08-11 12:54:56 +00:00
Jeremy Fincher
b3169b7c54 Forgot chanPlugin. Yay, PyChecker. 2004-08-11 07:43:28 +00:00
Jeremy Fincher
c59db0f3a8 PyChecker fixes. 2004-08-11 07:33:08 +00:00
Jeremy Fincher
775b542126 Useless imports, a nice little bugz0r, found by PyChecker. 2004-08-11 07:30:43 +00:00
Jeremy Fincher
8a53eab39d Better error reporting. 2004-08-11 06:18:29 +00:00
Jeremy Fincher
12ee483f7a Slight bugfixes; returning from a remove is unpossible. 2004-08-11 05:48:55 +00:00
Jeremy Fincher
e5e98fdc2f Initial checkin. 2004-08-11 05:14:15 +00:00
Jeremy Fincher
234d4d8ef9 Cleanup for PyChecker. 2004-08-11 05:01:06 +00:00
Jeremy Fincher
6bd8d43c28 PyChecker updates. 2004-08-10 22:09:23 +00:00
Jeremy Fincher
3f5cac26b8 oops, forgot parenthese. 2004-08-10 22:08:54 +00:00
Jeremy Fincher
c16bfcb371 Removed the default channel of #supybot. 2004-08-10 21:35:53 +00:00
Jeremy Fincher
7913e880ce Oops, recent changes broke things. 2004-08-10 15:49:57 +00:00
Jeremy Fincher
f8207cf116 Not finding appropriate commands is a reply, not an error. That's what apropos is for. 2004-08-10 07:51:14 +00:00
Jeremy Fincher
2259e9d8b6 Added log.stat, supybot.log.statistics, and changed some statistic-keeping functions over to use log.stat. 2004-08-10 07:39:23 +00:00
Jeremy Fincher
b7bd3d414e Fixed weird formatting of colorized stdout stuff. 2004-08-08 17:59:49 +00:00
Jeremy Fincher
8a4e79e007 Let's try to respect some channel values, shall we? 2004-08-08 17:48:33 +00:00
Jeremy Fincher
5ec79236a3 Give an appropriate error message when trying to Config.channel a non-channel-value. 2004-08-08 17:36:08 +00:00
Jeremy Fincher
2ebbc80a95 Removed testing code, it's never used. 2004-08-08 17:35:32 +00:00
Jeremy Fincher
3fa477dc90 Removed reply.withPrivate notice, replaced with two separate variables, reply.withNotice and reply.inPrivate. 2004-08-08 17:34:59 +00:00
Jeremy Fincher
127e9f3ccf Fixed a bug in stripFormatting. 2004-08-08 02:07:11 +00:00
Jeremy Fincher
3db50c1a2b Fix for bug about reply.withPrivateNotice overriding stuff. 2004-08-08 00:41:13 +00:00