Limnoria/plugins
Jeremy Fincher 01513bcb95 Fixed a couple test failures. 2004-11-30 04:49:21 +00:00
..
Alias.py Converted Alias to use commands.wrap (for the most part). 2004-11-11 16:37:47 +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 Fixed fallthrough handling. 2004-10-22 19:36:30 +00:00
Babelfish.py Fixed some bugz0rs. 2004-11-21 13:18:58 +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 Bug fixed. 2004-11-06 19:05:53 +00:00
ChannelLogger.py Let's only log one of our non-{PRIVMSG,NOTICE} outgoing messages. 2004-10-20 08:47:25 +00:00
ChannelRelay.py Remove #! lines. 2004-09-20 03:01:50 +00:00
ChannelStats.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Ctcp.py Massive updates. %r -> %s, some commands.wrap updates. Factoids is broke 2004-10-23 22:07:50 +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 Broke out some of the behavior of the Enforcer plugin. 2004-10-22 04:49:39 +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 A bunch more %r -> %s conversions as well as wrap updates, new policy for 2004-10-25 22:59:03 +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 LOTS of bugs fixed. More to go. 2004-11-01 04:00:24 +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 Bug fixed. 2004-11-06 19:05:53 +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 Changed some 'text' to 'something' 2004-11-30 04:36:54 +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 standardSubstitute moved 2004-10-27 03:27:38 +00:00
Insult.py Added test, changed to use commands.wrap. 2004-11-08 20:03:42 +00:00
Internet.py Converted to use commands.wrap. 2004-10-24 16:16:30 +00:00
Karma.py Correct the behavior of "karma" 2004-11-04 01:24:31 +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 Added Lart and Praise plugins, deprecated FunDB, converted Dunno and Success to the new plugins.ChannelIdDatabasePlugin. 2004-10-28 17:20:37 +00:00
Later.py Added an optional argument for the notes command. 2004-11-26 08:11:19 +00:00
Limiter.py Broke out some of the behavior of the Enforcer plugin. 2004-10-22 04:49:39 +00:00
LogToIrc.py Massive updates. %r -> %s, some commands.wrap updates. Factoids is broke 2004-10-23 22:07:50 +00:00
Lookup.py Massive updates. %r -> %s, some commands.wrap updates. Factoids is broke 2004-10-23 22:07:50 +00:00
Markov.py Move the Probability class to src/registry.py 2004-11-28 08:05:56 +00:00
Math.py Fixed some bugz0rs. 2004-11-21 13:18:58 +00:00
MoobotFactoids.py Updated for the move of standardSubstitute. 2004-10-27 02:33:59 +00:00
Network.py Let's *really* prevent ourselves from reconnecting to the same network. The 2004-11-12 16:22:06 +00:00
News.py Update to use newer commands.wrap 2004-10-13 16:49:19 +00:00
NickCapture.py Remove #! lines. 2004-09-20 03:01:50 +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 Update to use wrap and our better db interface. 2004-11-26 23:37:34 +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 Fixed some bugz0rs. 2004-10-22 19:37:25 +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 Added Lart and Praise plugins, deprecated FunDB, converted Dunno and Success to the new plugins.ChannelIdDatabasePlugin. 2004-10-28 17:20:37 +00:00
QuoteGrabs.py Fix0red the bugz0r with reversed. 2004-10-24 02:35:59 +00:00
Quotes.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
RSS.py commands.wrap update 2004-10-29 01:35:37 +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 Fixed some uncaught exceptions and a few other places it might happen. 2004-11-07 20:40:49 +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 Fixed some bugz0rs. 2004-11-21 13:18:58 +00:00
ShrinkUrl.py Updated to use commands.py. 2004-10-26 21:07:53 +00:00
Sourceforge.py Catch some webutils exceptions. Fix a 'literal' usage. Change some 'text' 2004-11-23 16:46:53 +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 Updated to use commands.wrap. 2004-10-23 21:27:01 +00:00
Todo.py Massive updates. %r -> %s, some commands.wrap updates. Factoids is broke 2004-10-23 22:07:50 +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 Massive updates. %r -> %s, some commands.wrap updates. Factoids is broke 2004-10-23 22:07: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 Make sure we reply if all of our fallbacks fail. 2004-11-16 00:55:00 +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 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