Limnoria/plugins
Jeremy Fincher d5c4b15632 Forgot an import. 2003-10-05 11:22:29 +00:00
..
Alias.py Commented out new.function stuff for later when new.function actually works. 2003-09-29 05:41:03 +00:00
Amazon.py Added example strings. 2003-08-27 18:06:26 +00:00
Babelfish.py Oops, left a random.choice with the arguments of a random.shuffle. 2003-09-18 05:58:24 +00:00
BadWords.py __all__'ed baseplugin.py, updated other plugins to reflect that. 2003-10-04 13:53:13 +00:00
ChannelDB.py Made sure ChannelDBHandler is before callbacks.Privmsg* in the inheritance order so self.die() is ChannelDBHandler's and not callbacks.Privmsg*. 2003-10-05 04:41:49 +00:00
ChannelLogger.py Oops, accidentally committed a tyop in a comment. 2003-09-23 16:17:13 +00:00
Ctcp.py Moved world.version to conf.version. 2003-08-28 13:59:07 +00:00
DCC.py Added DCC CHAT support. 2003-09-11 06:43:49 +00:00
Debian.py Some slight regexp updates. 2003-10-04 14:57:05 +00:00
Dict.py Forgot sets import. 2003-10-04 14:56:54 +00:00
Enforcer.py Added extra logging to Enforcer in the case where it's not started. 2003-09-22 02:46:36 +00:00
Factoids.py Deleted a few variables that shouldn't have been exported. 2003-10-04 12:29:58 +00:00
FixRelayBot.py Fixed grouping of regexp. 2003-08-23 04:08:42 +00:00
FreeBSD.py Began some swithover to the new method; mostly I just needed to try a commit. 2003-08-23 06:07:20 +00:00
Friendly.py Changed to use callbacks.reply again, now that we have the prefixName option. 2003-09-08 08:50:57 +00:00
FunCommands.py Moved {zen,pydoc} to the Python plugin and {whois,dns} to the Network plugin. 2003-10-01 11:12:06 +00:00
FunDB.py Stylistic changes. 2003-10-02 16:07:53 +00:00
Gameknot.py __all__'ed baseplugin.py, updated other plugins to reflect that. 2003-10-04 13:53:13 +00:00
Google.py Forgot an import. 2003-10-05 11:22:29 +00:00
Http.py Removed deepthought command now that we have a supyfact for it. 2003-09-13 13:39:41 +00:00
IMDB.py Fixed bug in genre pluralization. 2003-09-22 17:32:12 +00:00
Infobot.py Added docstring and configure function. 2003-08-23 05:55:20 +00:00
KillBold.py Fixed to kill bold much more accurately. 2003-10-03 08:49:51 +00:00
Lookup.py Made addlookup ignore comment lines (designated by initial '#'). 2003-09-29 08:49:54 +00:00
Markov.py Made sure ChannelDBHandler is before callbacks.Privmsg* in the inheritance order so self.die() is ChannelDBHandler's and not callbacks.Privmsg*. 2003-10-05 04:41:49 +00:00
Math.py Deleted a few variables that shouldn't have been exported. 2003-10-04 12:29:58 +00:00
Moobot.py Forgot stupid utils import. 2003-08-27 23:36:47 +00:00
Network.py Changed another error to reply. 2003-10-05 11:06:07 +00:00
News.py Made sure ChannelDBHandler is before callbacks.Privmsg* in the inheritance order so self.die() is ChannelDBHandler's and not callbacks.Privmsg*. 2003-10-05 04:41:49 +00:00
Notes.py Updated for the new ircdb.users. 2003-09-14 02:43:17 +00:00
OSU.py Added PluginDocumentation to test to make sure all commands have documentation. 2003-09-06 06:23:03 +00:00
Parter.py Stupid missing import... 2003-08-29 13:38:07 +00:00
Python.py Forgot some imports. 2003-10-04 14:57:20 +00:00
Quotes.py __all__'ed baseplugin.py, updated other plugins to reflect that. 2003-10-04 13:53:13 +00:00
RSS.py Convert not to care how long its messages are. 2003-09-07 06:01:25 +00:00
RawLogger.py Added docstrings. 2003-08-29 17:03:12 +00:00
Relay.py Slight indentation fix. 2003-10-04 14:57:37 +00:00
RootWarner.py Added module docstring. 2003-08-28 21:26:56 +00:00
Services.py Fix for recent discovery that some misconfigured servers will send 422 instead of 376. 2003-09-30 15:21:02 +00:00
Status.py __all__'ed baseplugin.py, updated other plugins to reflect that. 2003-10-04 13:53:13 +00:00
Topic.py Updated example string. 2003-10-03 10:13:41 +00:00
TwistedCommands.py Added example strings. 2003-08-27 18:06:26 +00:00
URLSnarfer.py Made sure ChannelDBHandler is before callbacks.Privmsg* in the inheritance order so self.die() is ChannelDBHandler's and not callbacks.Privmsg*. 2003-10-05 04:41:49 +00:00
Unix.py __all__'ed baseplugin.py, updated other plugins to reflect that. 2003-10-04 13:53:13 +00:00
Utilities.py Removed shrink command since it's mostly unnecessary since we got the mores. 2003-09-24 04:19:23 +00:00
__init__.py Initial checkin of the distutils stuff. 2003-09-24 07:19:54 +00:00
baseplugin.py Removed the old sys.path-munging code now that we're disutil'ed. 2003-09-24 07:28:25 +00:00