Jeremy Fincher
|
88b3d63026
|
Made to index from 1 instead of 0.
|
2003-10-02 06:13:54 +00:00 |
|
Jeremy Fincher
|
746e292693
|
Made to index from 1 instead of 0.
|
2003-10-02 06:10:54 +00:00 |
|
Jeremy Fincher
|
a8d7de246d
|
Made indexing start from 1 instead of 0.
|
2003-10-02 05:58:53 +00:00 |
|
Jeremy Fincher
|
32eb85e3c5
|
Fix for KeyError escaping from stats.
|
2003-10-02 00:43:38 +00:00 |
|
Jeremy Fincher
|
de7da5abc1
|
Fixed --user to actually work.
|
2003-10-02 00:42:26 +00:00 |
|
Jeremy Fincher
|
dcffc5df62
|
Minor change: names -> nicks in @seen help.
|
2003-10-02 00:24:36 +00:00 |
|
Jeremy Fincher
|
0e0dad2341
|
Added additional help for karma command.
|
2003-10-02 00:16:39 +00:00 |
|
Jeremy Fincher
|
f9a7bf0609
|
getopt-ified seen to use nicks by default and users only if given the --user option.
|
2003-10-02 00:13:44 +00:00 |
|
Jeremy Fincher
|
538a262341
|
Moved {zen,pydoc} to the Python plugin and {whois,dns} to the Network plugin.
|
2003-10-01 11:12:06 +00:00 |
|
Jeremy Fincher
|
f84345048a
|
Fix for bug #815242, pydoc fnmatch.fnmatch fails.
|
2003-09-30 22:12:50 +00:00 |
|
Jeremy Fincher
|
bc5ec5d0f0
|
Fix for recent discovery that some misconfigured servers will send 422 instead of 376.
|
2003-09-30 15:21:02 +00:00 |
|
Jeremy Fincher
|
a714fce09d
|
Fixed cmdstats to make sure only canonicalNames get in.
|
2003-09-30 13:51:32 +00:00 |
|
Jeremy Fincher
|
b9a81a3f5e
|
Added 'individual' to commands processed.
|
2003-09-30 11:07:01 +00:00 |
|
Jeremy Fincher
|
8b04e1c537
|
Added cmdstats command.
|
2003-09-30 11:04:44 +00:00 |
|
Jeremy Fincher
|
ce3043a50f
|
Initial checkin.
|
2003-09-30 10:47:05 +00:00 |
|
Jeremy Fincher
|
df1a26900d
|
Added a bit more error checking in the case of bad arguments.
|
2003-09-29 16:13:51 +00:00 |
|
Jeremy Fincher
|
dba6ae9217
|
Made addlookup ignore comment lines (designated by initial '#').
|
2003-09-29 08:49:54 +00:00 |
|
Jeremy Fincher
|
1410d1af43
|
Added the ability to handle multiple karma items in one request, like Moobot.
|
2003-09-29 07:29:18 +00:00 |
|
Jeremy Fincher
|
29fd291a5b
|
Cleanup of debincoming (also made sure to thread it).
|
2003-09-29 06:08:16 +00:00 |
|
Jeremy Fincher
|
14459d05d8
|
Commented out new.function stuff for later when new.function actually works.
|
2003-09-29 05:41:03 +00:00 |
|
Jeremy Fincher
|
d0f9e11a32
|
Fix for bug #814149, bad error message in relaywhois.
|
2003-09-29 05:34:02 +00:00 |
|
Brett Kelly
|
8e45ffc020
|
added debincoming command
|
2003-09-27 03:54:58 +00:00 |
|
Daniel DiPaolo
|
b71787b702
|
* Added a required per-channel news capability
* Fixed tests (syntax error, tabs/spaces)
* Updated addnews to use new persistent userids
|
2003-09-26 22:40:35 +00:00 |
|
Jeremy Fincher
|
b1f0cb6647
|
Removed a gratuitous world.ircs.remove, probably fixing bug #801438.
|
2003-09-25 08:18:36 +00:00 |
|
Jeremy Fincher
|
d3a21e29c0
|
Added an example string.
|
2003-09-25 07:27:02 +00:00 |
|
Jeremy Fincher
|
2c8dee38c2
|
Fix for configure bug.
|
2003-09-25 07:18:46 +00:00 |
|
Jeremy Fincher
|
6928a3a54f
|
Fixed an uncaught exception in Lookup.configure.
|
2003-09-24 07:55:28 +00:00 |
|
Jeremy Fincher
|
a13c8ab528
|
Removed the old sys.path-munging code now that we're disutil'ed.
|
2003-09-24 07:28:25 +00:00 |
|
Jeremy Fincher
|
474e611feb
|
Initial checkin of the distutils stuff.
|
2003-09-24 07:19:54 +00:00 |
|
Jeremy Fincher
|
01ee1169f0
|
Forgot to return after an irc.error.
|
2003-09-24 06:16:29 +00:00 |
|
Jeremy Fincher
|
1c86e6f40c
|
Removed shrink command since it's mostly unnecessary since we got the mores.
|
2003-09-24 04:19:23 +00:00 |
|
Jeremy Fincher
|
05eddc71f5
|
Fixed to use the proper irc.reply arguments instead of callbacks.reply.
|
2003-09-23 20:45:25 +00:00 |
|
Jeremy Fincher
|
23453eff6a
|
Made the game snarfer not prefix the response with the the nick.
|
2003-09-23 20:26:25 +00:00 |
|
Jeremy Fincher
|
bb9c956eea
|
Made sure there were no problems in __call__ if it wasn't started.
|
2003-09-23 19:39:48 +00:00 |
|
Jeremy Fincher
|
06e2e05b78
|
Added some guards for self.started to make sure certain commands aren't run before the plugin is started.
|
2003-09-23 18:59:22 +00:00 |
|
Jeremy Fincher
|
fcab1a30cf
|
Added a try/finally statement like ChannelLogger just got.
|
2003-09-23 18:45:08 +00:00 |
|
Jeremy Fincher
|
b1654bd4bc
|
Oops, accidentally committed a tyop in a comment.
|
2003-09-23 16:17:13 +00:00 |
|
Jeremy Fincher
|
a6d71770c9
|
Added a try/finally statement to the addMsg in __call__ so lastMsg will still get updated if it raises an exception.
|
2003-09-23 16:08:05 +00:00 |
|
Jeremy Fincher
|
20e5bdb50d
|
Added a try/finally statement to the addMsg in __call__ so lastMsg will still get updated if it raises an exception.
|
2003-09-23 16:01:04 +00:00 |
|
Jeremy Fincher
|
e4143b467a
|
Added a bit to the morehelp for calc to explain floating point inaccuracies.
|
2003-09-23 15:42:01 +00:00 |
|
Jeremy Fincher
|
d57c173598
|
Tiny update to the lithp command.
|
2003-09-22 22:36:23 +00:00 |
|
Jeremy Fincher
|
b4b2b2b883
|
Added --with option to quote command.
|
2003-09-22 22:11:05 +00:00 |
|
Jeremy Fincher
|
e40183f1e5
|
Fixed stupid verisign bug.
|
2003-09-22 18:00:16 +00:00 |
|
Jeremy Fincher
|
3e28059c9e
|
Fixed bug in genre pluralization.
|
2003-09-22 17:32:12 +00:00 |
|
Jeremy Fincher
|
b1b00401ed
|
Changed inFilter to __call__, since it doesn't do any filtering.
|
2003-09-22 11:17:10 +00:00 |
|
Jeremy Fincher
|
41d3039c68
|
Removed some debugging stuff that never should've been committed.
|
2003-09-22 11:16:41 +00:00 |
|
Jeremy Fincher
|
3a329b04f9
|
Added the uptimeEnder to world.flushers instead of just running it atexit.
|
2003-09-22 09:55:00 +00:00 |
|
Jeremy Fincher
|
f137b21dcf
|
Added extra logging to Enforcer in the case where it's not started.
|
2003-09-22 02:46:36 +00:00 |
|
Jeremy Fincher
|
fd568a7f48
|
Made echo not prefixName.
|
2003-09-19 17:25:38 +00:00 |
|
Jeremy Fincher
|
287c9028a5
|
Forgot a return after an irc.error.
|
2003-09-18 15:45:43 +00:00 |
|