Limnoria/plugins
James Vega bda9e9144c Add Debian.debianize. Add a try:except for webutils usage. Use Raise=True
in a few more places.
2004-12-08 03:19:07 +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 Let's only log one of our non-{PRIVMSG,NOTICE} outgoing messages. 2004-10-20 08:47:25 +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 New way of handling channel keys. 2004-12-07 00:29:20 +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 This shouldn't have been committed. 2004-12-07 04:49:35 +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 Convert some 'text' to 'something' 2004-11-30 13:58:50 +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 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 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 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 Add Markov.stats. Add some elucidating comments. Remove incomplete 2004-12-08 03:10:03 +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 Fix for bug in Network.command. 2004-12-07 07:12:47 +00:00
News.py Added getUserName. 2004-12-02 05:33:29 +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 I had the map(str, ...) there for a reason. 2004-12-02 14:13:57 +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 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 Another slight randomgrab bugfix 2004-12-06 20:30:24 +00:00
Quotes.py Added getUserName. 2004-12-02 05:33:29 +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 New way of handling channel keys. 2004-12-07 00:29:20 +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 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 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 Update QuoteGrabs to use db abstraction. Hopefully fix the mxCrap thing 2004-12-03 15:41:08 +00:00