Limnoria/plugins
Jeremy Fincher 3d881add82 Better error message. 2004-12-13 20:03:41 +00:00
..
Alias.py Better (?) help message. Comments/changes welcome. 2004-12-03 01:57:00 +00:00
Amazon.py Let's do things the right way 2004-10-27 04:25:27 +00:00
Anonymous.py Updated to use commands.wrap. 2004-10-26 20:45:52 +00:00
AutoMode.py Missed an indentation level. 2004-12-07 08:17:27 +00:00
Babelfish.py Forgot a Raise=True. 2004-12-07 04:18:22 +00:00
BadWords.py Fixed some bugs. The tests still fail, I can't figure out why. 2004-11-07 21:10:51 +00:00
Bayes.py Better error handling of bad loads. 2004-11-04 06:03:22 +00:00
Bugzilla.py Convert some 'text' to 'something' 2004-11-30 13:58:50 +00:00
ChannelLogger.py Fixed handling of QUITs and NICKs. 2004-12-13 05:45:27 +00:00
ChannelRelay.py New way of handling channel keys. 2004-12-07 00:29:20 +00:00
ChannelStats.py Converted to use commands.wrap. 2004-12-04 18:48:57 +00:00
Ctcp.py Fix replies to some dumb/broken CTCP PING implementations. 2004-12-06 23:44:32 +00:00
Currency.py Better string handling. If there's a particular reason why the .upper() calls were necessary, feel free to add them in. 2004-11-22 07:36:15 +00:00
Cycler.py Finish fixing #1082830. 2004-12-12 17:50:56 +00:00
DCC.py Converted to commands.wrap. These are all untested, so someone should test them at some point. 2004-11-19 23:23:14 +00:00
Debian.py Add Debian.debianize. Add a try:except for webutils usage. Use Raise=True 2004-12-08 03:19:07 +00:00
Dict.py Massive updates. %r -> %s, some commands.wrap updates. Factoids is broke 2004-10-23 22:07:50 +00:00
Dunno.py Fixed a failing test, showed a results number in search, and added to our standardSubstitute for Dunnos. 2004-11-08 17:02:02 +00:00
Ebay.py Made commands.wrap stop doing decorators, exposed thread and urlSnarfer, and changed plugins accordingly. 2004-10-22 05:56:55 +00:00
Factoids.py Variable name change, humanTimestampFormat => reply.format.time 2004-12-10 06:21:53 +00:00
Filter.py Forgot to add it as a possible outfilter. 2004-10-24 03:07:44 +00:00
FixRelayBot.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Format.py Fixed a couple test failures. 2004-11-30 04:49:21 +00:00
Freenode.py Initial checkin; handles CAPAB IDENTIFY-MSG and is able to ignore unidentified users unilaterally. 2004-09-21 16:48:12 +00:00
Fun.py Changed implementation of xor command to be cooler. 2004-12-10 07:04:10 +00:00
FunDB.py Added Lart and Praise plugins, deprecated FunDB, converted Dunno and Success to the new plugins.ChannelIdDatabasePlugin. 2004-10-28 17:20:37 +00:00
Gameknot.py Made commands.wrap stop doing decorators, exposed thread and urlSnarfer, and changed plugins accordingly. 2004-10-22 05:56:55 +00:00
Geekquote.py Need to make sure s is declared 2004-11-02 05:41:42 +00:00
Google.py Updated the easy stuff to work with groups.google.com's new layout. The 2004-12-10 04:53:16 +00:00
Herald.py Updated for the move of standardSubstitute. 2004-10-27 02:33:59 +00:00
Http.py Someone committed this in dos file format. Let's purge that evil. 2004-11-08 17:41:13 +00:00
Infobot.py Deprecate Infobot until we get around to fixing it. 2004-12-10 03:43:43 +00:00
Insult.py Added test, changed to use commands.wrap. 2004-11-08 20:03:42 +00:00
Internet.py Handle some more reply formats to fix a test failure. 2004-12-10 03:41:05 +00:00
Karma.py Dump/load commands. 2004-12-06 07:23:56 +00:00
KeepAlive.py Remove #! lines. 2004-09-20 03:01:50 +00:00
KillBold.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Lart.py Fixed bug #1083822, attributing the 'dis'ee incorrectly. Now it says 2004-12-12 17:54:12 +00:00
Later.py Variable name change, humanTimestampFormat => reply.format.time 2004-12-10 06:21:53 +00:00
Limiter.py Finish implementing Limiter and add tests. 2004-12-13 13:54:44 +00:00
LogToIrc.py New way of handling channel keys. 2004-12-07 00:29:20 +00:00
Lookup.py Updated to use commands.wrap. 2004-12-06 22:46:13 +00:00
Markov.py There were some unforseen consequences of using irc.error(), so back to 2004-12-10 05:55:04 +00:00
Math.py Fixed some bugz0rs. 2004-11-21 13:18:58 +00:00
MoobotFactoids.py Variable name change, humanTimestampFormat => reply.format.time 2004-12-10 06:21:53 +00:00
Network.py Fix for bug #1082928. 2004-12-10 15:07:37 +00:00
News.py Variable name change, humanTimestampFormat => reply.format.time 2004-12-10 06:21:53 +00:00
NickCapture.py Removed a check for something that would make us never send an ISON. 2004-12-06 03:31:26 +00:00
Nickometer.py commands.wrap update 2004-10-22 22:19:30 +00:00
Note.py We no longer need to getUser here since wrap() handles this for us. 2004-11-09 20:23:30 +00:00
OSU.py Converted to commands.py. 2004-10-26 23:01:11 +00:00
Observer.py Make sure we keep the originally registered probability. Also, quote the 2004-11-28 09:03:39 +00:00
Parter.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Poll.py Variable name change, humanTimestampFormat => reply.format.time 2004-12-10 06:21:53 +00:00
Praise.py Added Lart and Praise plugins, deprecated FunDB, converted Dunno and Success to the new plugins.ChannelIdDatabasePlugin. 2004-10-28 17:20:37 +00:00
Protector.py New way of handling channel keys. 2004-12-07 00:29:20 +00:00
Python.py Made commands.wrap stop doing decorators, exposed thread and urlSnarfer, and changed plugins accordingly. 2004-10-22 05:56:55 +00:00
Quakenet.py whitespace 2004-10-16 03:41:54 +00:00
Quote.py Finally finish renaming Quotes -> Quote 2004-12-12 05:39:19 +00:00
QuoteGrabs.py Variable name change, humanTimestampFormat => reply.format.time 2004-12-10 06:21:53 +00:00
Quotes.py Variable name change, humanTimestampFormat => reply.format.time 2004-12-10 06:21:53 +00:00
RSS.py Added an info-level log. 2004-12-06 03:29:45 +00:00
Random.py Converted Random to wrap. Added a long converter to assist this. 2004-11-28 02:23:59 +00:00
RawLogger.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Relay.py Variable name change, humanTimestampFormat => reply.format.time 2004-12-10 06:21:53 +00:00
RootWarner.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Scheduler.py Updated to use commands.wrap. 2004-10-23 04:55:52 +00:00
Seen.py Updated to tell what channel the seen commands are being applied to. 2004-11-08 16:57:12 +00:00
Services.py New way of handling channel keys. 2004-12-07 00:29:20 +00:00
ShrinkUrl.py Updated to use commands.py. 2004-10-26 21:07:53 +00:00
Sourceforge.py Make the error messages refer to specific tracker types instead of using 2004-12-12 20:02:42 +00:00
Status.py commands.wrap update 2004-10-17 18:01:58 +00:00
Success.py Added Lart and Praise plugins, deprecated FunDB, converted Dunno and Success to the new plugins.ChannelIdDatabasePlugin. 2004-10-28 17:20:37 +00:00
SuperIgnore.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Tail.py Updated to use commands.wrap. 2004-10-23 04:55:52 +00:00
Time.py Variable name change, humanTimestampFormat => reply.format.time 2004-12-10 06:21:53 +00:00
Todo.py Variable name change, humanTimestampFormat => reply.format.time 2004-12-10 06:21:53 +00:00
Topic.py rest()ify Topic.set since we no longer combine all remaining args 2004-10-28 18:18:30 +00:00
URL.py Convert some 'text' to 'something' 2004-11-30 13:58:50 +00:00
Unix.py Massive updates. %r -> %s, some commands.wrap updates. Factoids is broke 2004-10-23 22:07:50 +00:00
UrbanDict.py Fixed regexp to match changes made to UrbanDict site 2004-09-20 16:41:13 +00:00
Utilities.py Updated for the move of standardSubstitute. 2004-10-27 02:33:59 +00:00
Weather.py Prevent two replies when @weather succeeds 2004-12-06 20:31:47 +00:00
WordStats.py Updated to use commands.py. 2004-10-26 21:07:53 +00:00
Words.py Massive updates. %r -> %s, some commands.wrap updates. Factoids is broke 2004-10-23 22:07:50 +00:00
XMLLogger.py Remove #! lines. 2004-09-20 03:01:50 +00:00
__init__.py Better error message. 2004-12-13 20:03:41 +00:00