Commit Graph

4864 Commits

Author SHA1 Message Date
Jeremy Fincher bf0037d291 Updated template. 2004-09-10 06:27:23 +00:00
Jeremy Fincher 95877b2d53 This should work somewhat. 2004-09-10 06:26:46 +00:00
Jeremy Fincher 5589ffdea3 Slight help update. 2004-09-10 06:25:38 +00:00
Jeremy Fincher ff957f8952 Added an XXX. 2004-09-10 06:25:05 +00:00
Jeremy Fincher 9fa465ce09 Changed action to do; it's more consistent with 'say' (rather than 'privmsg') and MozBot's similar plugin. 2004-09-10 06:24:30 +00:00
Jeremy Fincher 498c3167e7 Updated. 2004-09-10 06:22:46 +00:00
James Vega c1a0304724 Gotta have ourself if we want to be called. 2004-09-10 01:36:55 +00:00
James Vega 4ba5c2af3c Finally pass the correct object off to strError, I hope. 2004-09-10 01:36:08 +00:00
Daniel DiPaolo 184c4a97da I have a job! 2004-09-09 22:33:40 +00:00
Daniel DiPaolo 0f89737c16 Whoops, forgot an arg to the string formatting 2004-09-09 21:18:57 +00:00
Jeremy Fincher bebe005584 Fixed Regexp. 2004-09-09 19:13:46 +00:00
Jeremy Fincher 1745e091f6 Initial checkin; it doesn't work, but some people might like to look at it. 2004-09-09 19:13:32 +00:00
Jeremy Fincher 33b4bd97ed Updated. 2004-09-09 19:12:39 +00:00
Jeremy Fincher 5ac4c8c481 No more unsets. 2004-09-09 18:58:56 +00:00
Jeremy Fincher 3537c34a58 More fix0rs for prefixName. 2004-09-09 18:53:40 +00:00
James Vega 9b5f945d28 I was brain-dead when I committed this last time. 2004-09-09 16:27:18 +00:00
James Vega c84c47e8fb Put a band-aid on our "not catching InvalidRegistryName" problem. This
should be further investigated since callCommand should be doing the catching.
2004-09-09 16:25:53 +00:00
Jeremy Fincher daca76bfc8 Elucidating comment. 2004-09-09 15:35:05 +00:00
Jeremy Fincher 5aa00316ab Used some supers. 2004-09-09 15:34:13 +00:00
Jeremy Fincher 91101978d5 Added IrcMsg attribute tagging, and used it in some places. 2004-09-09 15:33:57 +00:00
Jeremy Fincher 767f5bb0a3 Added proper prefixName handling to callbacks.reply. 2004-09-09 15:33:18 +00:00
Jeremy Fincher 41d18f415e Copyright and some docstring changes. 2004-09-09 15:32:46 +00:00
Jeremy Fincher 1e7c45eca4 Added an FAQ for hostmasks. 2004-09-09 15:32:16 +00:00
James Vega 3b30b7b4e4 Let's sleep just a smidge longer to ensure our time difference is >= 1 2004-09-09 14:59:30 +00:00
James Vega 3986f24dad Implement patch #1023620, Handling of international Google Groups snarfing 2004-09-09 14:04:44 +00:00
Jeremy Fincher 30ce7c572e Less fragile thread check; the other didn't interact perfectly well with privmsgs.thread. 2004-09-09 03:12:11 +00:00
James Vega 7e1184f47d SnarfIrc needs a helpful getattr 2004-09-09 03:01:12 +00:00
James Vega b76ed61d5b Privmsg, not PrivmsgCommand 2004-09-09 00:12:44 +00:00
James Vega a62b731571 add dest='noplugins' & dest='nonetwork' instead of converting everything to
use options.no_plugins and options.no_network
2004-09-09 00:09:03 +00:00
James Vega ddfa5e8d32 Added patch #1024088, better handling of various Ebay URLs. 2004-09-08 23:44:39 +00:00
Jeremy Fincher ee70224aa3 Changed callCommand to give a name rather than a method; added invalidCommand throttling, ctcp throttling, and whole bunch of other crap. 2004-09-08 23:34:48 +00:00
James Vega 3848ca4aa5 fix another irc.queueMsg -> irc.reply where we needed prefixName=False 2004-09-08 23:23:25 +00:00
Jeremy Fincher 383f40e55a Removed an old debugging print. 2004-09-08 22:57:39 +00:00
Jeremy Fincher 858e9e4886 Some slight fixes. 2004-09-08 22:57:09 +00:00
Jeremy Fincher a9cf06ebca Updated the docstring. 2004-09-08 22:56:55 +00:00
Jeremy Fincher 282c0ea77c Updated. 2004-09-08 22:54:44 +00:00
Jeremy Fincher cf52bf14a3 Fixes for TimeoutQueue. 2004-09-08 22:52:30 +00:00
Jeremy Fincher 142349847b Allow periodic events not to run the first time. 2004-09-08 22:51:30 +00:00
Jeremy Fincher aad768c188 Added orderAlphabetically. 2004-09-08 22:51:00 +00:00
Jeremy Fincher d62a96679f urlSnarfer fixes. 2004-09-08 22:49:56 +00:00
Jeremy Fincher db7940089b Added FloodQueue. 2004-09-08 22:49:08 +00:00
Jeremy Fincher dee61a32f1 Let's use os.linesep instead. 2004-09-08 22:48:53 +00:00
Jeremy Fincher b3dfdd1ed5 More supported crap. 2004-09-08 22:48:32 +00:00
Jeremy Fincher 2c9034171b Isn't this super? 2004-09-08 22:48:10 +00:00
Jeremy Fincher 87f42e0bee Added a --no-network option. 2004-09-08 22:43:29 +00:00
Jeremy Fincher f496c804a2 Changed the way upkeep is scheduled. 2004-09-08 22:42:54 +00:00
Jeremy Fincher c958ef5d1c XXX 2004-09-08 22:40:34 +00:00
Jeremy Fincher 3ba8958a08 Changed to be more like other programs. 2004-09-08 22:39:30 +00:00
Jeremy Fincher 6526336c1d Fixed networkishness and broke out a test so its name is more appropriate. 2004-09-08 22:38:52 +00:00
Jeremy Fincher 277f0274b8 takeMsg after register. 2004-09-08 22:37:56 +00:00