Limnoria/plugins
Jeremy Fincher f137b21dcf Added extra logging to Enforcer in the case where it's not started. 2003-09-22 02:46:36 +00:00
..
Alias.py Fixed bug in removeAlias that it wouldn't clear the frozen set. 2003-09-13 14:46:03 +00:00
Amazon.py
Babelfish.py Oops, left a random.choice with the arguments of a random.shuffle. 2003-09-18 05:58:24 +00:00
BadWords.py
ChannelDB.py Updated ircdb to have persistent user ids. 2003-09-12 20:06:58 +00:00
ChannelLogger.py
Ctcp.py
DCC.py Added DCC CHAT support. 2003-09-11 06:43:49 +00:00
Debian.py A bit of cleanup work, mostly on the python zegrep portion of debfile 2003-09-15 02:45:39 +00:00
Dict.py Fixed output in the face of a single responding dictionary. 2003-09-14 07:39:39 +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 Updated ircdb to have persistent user ids. 2003-09-12 20:06:58 +00:00
FixRelayBot.py
FreeBSD.py
Friendly.py
FunCommands.py Changed random.sample(seq, 1)[0] to random.choice. Completely forgot the name of the choice function. 2003-09-14 01:18:50 +00:00
FunDB.py Added private and action keywords to IrcObjectProxy.reply and converted FunDB to use them. 2003-09-18 07:26:21 +00:00
Gameknot.py Fixed snarfer for drawn games. 2003-09-17 21:31:04 +00:00
Google.py Help updates, updates for metagoogle, and a change in bolding. 2003-09-10 22:29:34 +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
Infobot.py
KillBold.py
Lookup.py Forgot a return after an irc.error. 2003-09-18 15:45:43 +00:00
Markov.py
Math.py Moved calc and rpn from FunCommands to the new Math plugin. 2003-09-13 15:00:22 +00:00
Moobot.py
News.py * Beginnings of news stuff, yay 2003-09-14 07:38:26 +00:00
Notes.py Updated for the new ircdb.users. 2003-09-14 02:43:17 +00:00
OSU.py
Parter.py
Quotes.py plugins/Quotes.py: addquote now announces the id of the new quote 2003-09-12 13:23:09 +00:00
RSS.py
RawLogger.py
Relay.py
RootWarner.py
Services.py
Topic.py Forgot to change a topicget to a gettopic. 2003-09-17 22:49:00 +00:00
TwistedCommands.py
URLSnarfer.py
Unix.py
Utilities.py Made echo not prefixName. 2003-09-19 17:25:38 +00:00
baseplugin.py