Limnoria/plugins
Jeremy Fincher 69adce4a57 Added Configurable class and changed Ebay to use it (as an example). 2003-11-07 20:11:37 +00:00
..
Alias.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
Amazon.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
Babelfish.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
BadWords.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
Bugzilla.py Lots of changes to make it follow the format of a typical supybot plugin 2003-10-31 23:53:35 +00:00
ChannelDB.py Updated wordstats to default to checking for a word first instead of a user in 2003-11-06 20:21:59 +00:00
ChannelLogger.py Removed several instances where it would raise exceptions the message after parting a channel. 2003-10-15 05:56:32 +00:00
Ctcp.py Changed baseplugin not to require 'from baseplugin import *' because fix is now munging builtins. 2003-10-05 12:56:56 +00:00
DCC.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
Debian.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
Dictionary.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
Dunno.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
Ebay.py Added Configurable class and changed Ebay to use it (as an example). 2003-11-07 20:11:37 +00:00
Enforcer.py Fixed __init__ and its error with instancemethods not having adjustable __doc__ strings. 2003-10-29 06:35:02 +00:00
Factoids.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
FixRelayBot.py Added a missing commit. 2003-10-09 04:37:36 +00:00
Friendly.py Fixed bug in testGreet. 2003-10-25 18:22:52 +00:00
Fun.py Added a colorize command 2003-11-07 18:49:26 +00:00
FunDB.py Fix insult so that it doesn't reply to the person that called it. Also fixed 2003-11-04 22:51:20 +00:00
Gameknot.py Fixed bug in seen regexp that would catch the old GK rating, too. 2003-11-06 21:33:50 +00:00
Google.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
Http.py Fixed the stupid DOM Element output, added test. 2003-11-05 06:56:03 +00:00
Infobot.py Switch irc.queueMsg to irc.reply 2003-10-23 14:59:03 +00:00
Karma.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
KillBold.py Changed baseplugin not to require 'from baseplugin import *' because fix is now munging builtins. 2003-10-05 12:56:56 +00:00
Lookup.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
Markov.py Completed the removal of callbacks.Privmsg.doPrivmsg. 2003-10-28 06:30:42 +00:00
Math.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
MoobotFactoids.py Fixed some text to read a bit better. Still doesn't look quite perfect though 2003-11-06 21:22:13 +00:00
Movies.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
Network.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
News.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
Notes.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
OSU.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
Parter.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
Poll.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
Python.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
QuoteGrabs.py Added hostmask and added_at to the 'get' command, to reveal impostors! 2003-11-06 21:50:23 +00:00
Quotes.py Changed the name of the quote command to get. 2003-11-03 06:36:18 +00:00
RSS.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
RawLogger.py Changed baseplugin not to require 'from baseplugin import *' because fix is now munging builtins. 2003-10-05 12:56:56 +00:00
Relay.py Add name ordering and mode-characters for relay names. Name ordering is also 2003-11-07 14:54:48 +00:00
RootWarner.py Changed baseplugin not to require 'from baseplugin import *' because fix is now munging builtins. 2003-10-05 12:56:56 +00:00
Services.py Generalized the command names. 2003-10-21 07:26:06 +00:00
Sourceforge.py Finally caught Bug #835371. Also refactored the plugin and added some tests 2003-11-05 02:13:41 +00:00
Status.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
Todo.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
Topic.py Removed the example strings until we figure out what to do with them 2003-11-06 20:42:27 +00:00
URL.py Using 'was url)' caused problems since () are legal characters in a url. 2003-11-07 14:59:33 +00:00
Unix.py Added some much tighter error-checking to the spell command; also used select to make sure the file handle is readable before trying to read from it. 2003-11-07 12:12:47 +00:00
Utilities.py @echo should reply with help when it receives no arguments 2003-11-07 18:51:49 +00:00
__init__.py Initial checkin of the distutils stuff. 2003-09-24 07:19:54 +00:00