..
__init__.py
Initial checkin of the distutils stuff.
2003-09-24 07:19:54 +00:00
Alias.py
Converted to not use the new module but the types module instead.
2003-10-30 03:46:31 +00:00
Amazon.py
Updated to use generic command name and to require privilege for licensekey.
2003-10-21 06:35:15 +00:00
Babelfish.py
Changed baseplugin not to require 'from baseplugin import *' because fix is now munging builtins.
2003-10-05 12:56:56 +00:00
BadWords.py
Brought BadWords up to the times.
2003-10-22 05:35:52 +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
Added selfstats toggle; Fixed karma to be case-insensitive but case-preserving.
2003-11-02 18:59:06 +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
Fixed several bugs and added a test to make sure they don't happen again.
2003-10-09 16:38:14 +00:00
Debian.py
Oops, didn't quite finish.
2003-10-21 05:29:39 +00:00
Dictionary.py
Changed the Dict plugin to Dictionary.
2003-10-19 14:58:08 +00:00
Dunno.py
Make Dunno use standardSubstitute
2003-11-02 03:18:39 +00:00
Ebay.py
Added support for more countries (should support all english-speaking
2003-11-03 00:16:43 +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
Added change.
2003-10-30 04:36:40 +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
Made outfilter channel-specific.
2003-10-24 22:43:48 +00:00
FunDB.py
For some reason I was replacing the bot's name with the user's name
2003-10-31 18:43:08 +00:00
Gameknot.py
Added the Toggleable.__init__'s and therefore the help commands
2003-10-29 07:23:20 +00:00
Google.py
Added the Toggleable.__init__'s and therefore the help commands
2003-10-29 07:23:20 +00:00
Http.py
Forget to catch the actual exception instance in callCommand.
2003-10-31 19:17:26 +00:00
Infobot.py
Switch irc.queueMsg to irc.reply
2003-10-23 14:59:03 +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
Added test, fixed a bug it found.
2003-10-30 02:33:04 +00:00
Markov.py
Completed the removal of callbacks.Privmsg.doPrivmsg.
2003-10-28 06:30:42 +00:00
Math.py
Converted to not use the new module but the types module instead.
2003-10-30 03:46:31 +00:00
MoobotFactoids.py
Included plugins.standardSubstitute in factoids parsing now
2003-11-02 23:45:31 +00:00
Movies.py
configure() was still adding 'load IMDB' to onStart instead of 'load Movies'
2003-10-23 12:59:15 +00:00
Network.py
Changed to more generic command names.
2003-10-21 05:11:53 +00:00
News.py
Converted to use more generic command names.
2003-10-21 05:32:57 +00:00
Notes.py
Completed the removal of callbacks.Privmsg.doPrivmsg.
2003-10-28 06:30:42 +00:00
OSU.py
Changed command names to be more generic.
2003-10-21 05:06:36 +00:00
Parter.py
Updated.
2003-10-23 08:35:26 +00:00
Poll.py
Some fixes to Poll, removed delete command, added example.
2003-10-27 15:11:45 +00:00
Python.py
Added the ASPN Recipe snarfer (RFE #831028 ) and tests
2003-11-02 18:55:08 +00:00
Quotes.py
Ew, ugly SQL!plugins/Quotes.py
2003-10-29 08:38:15 +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
Added some error checking to join and part.
2003-10-30 04:06:46 +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
RSS.py
Changed names to be more generic/consistent.
2003-10-21 04:22:54 +00:00
Services.py
Generalized the command names.
2003-10-21 07:26:06 +00:00
Sourceforge.py
setdefault -> defaultproject
2003-11-03 01:12:00 +00:00
Status.py
Added solaris to the list of supported operating systems for memory stats.
2003-10-28 20:18:33 +00:00
Todo.py
Changed all %d's to %s's
2003-10-29 22:05:53 +00:00
Topic.py
Fixed some bugs and cleaned up the test suite.
2003-10-28 05:49:31 +00:00
Unix.py
Updated configure to be more descriptive about disabling progstats.
2003-10-23 08:15:47 +00:00
URLSnarfer.py
Completed the removal of callbacks.Privmsg.doPrivmsg.
2003-10-28 06:30:42 +00:00
Utilities.py
Added the "action" command and associated tests.
2003-10-30 17:16:02 +00:00