Limnoria/plugins
Brett Phipps 0a13904a13 Added an additional check to weather. Fixed getting a single
argument that coudl not be found properly.
2003-11-24 20:35:26 +00:00
..
Alias.py Fixed help string for alias add. 2003-11-17 06:06:43 +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 Changed some maps/filters to imaps/ifilters for efficiency reasons (I was bored, basically). 2003-11-15 04:37:04 +00:00
BadWords.py Removed addbadword and removebadword; changed the name of addbadwords and removebadwords to add and remove, respectively. 2003-11-19 23:15:08 +00:00
Bugzilla.py Changed the default of the snarfer, added a question to configure. 2003-11-19 23:34:53 +00:00
ChannelDB.py Tweaked output of seen. 2003-11-21 17:32:14 +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 Changed to be a Configurable, fixed a few possible bugs. 2003-11-22 04:23:59 +00:00
Dict.py configure() should append 'load Dict' to onStart, not 'load Dictionary' 2003-11-17 01:27:21 +00:00
Dunno.py Changed the needed= keyword arg in privmsgs.getArgs to required=. 2003-11-11 13:20:06 +00:00
Ebay.py Configure question about snarfer should be for all users 2003-11-22 00:51:27 +00:00
Enforcer.py Fixed lots of raised exceptions because I had the wrong number of arguments. 2003-11-21 15:32:14 +00:00
Factoids.py Handled the case where one factoid is returned from Factoids.search better. 2003-11-18 17:49:10 +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 Fix for bug #846714. 2003-11-21 22:22:18 +00:00
FunDB.py Changed to use a DBHandler. 2003-11-22 00:55:08 +00:00
Gameknot.py Fix for bug #847950. 2003-11-24 09:40:27 +00:00
Google.py Fixed an UnboundLocalError caused by forgetting to assign a default None value 2003-11-24 06:12:09 +00:00
Http.py Added an additional check to weather. Fixed getting a single 2003-11-24 20:35:26 +00:00
Infobot.py Switch irc.queueMsg to irc.reply 2003-10-23 14:59:03 +00:00
Karma.py Cleaner output for nonexistent entries. 2003-11-21 13:02:26 +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 Made configure handle comments and empty lines. 2003-11-22 06:57:03 +00:00
Markov.py Added some debugging printfs that may be useful in the future. 2003-11-22 00:40:46 +00:00
Math.py Updated error message for overflow. 2003-11-17 15:55:43 +00:00
MoobotFactoids.py Minor stylistic fixes (I thought there'd be more, but I solved another problem without messing with this plugin). 2003-11-22 02:10:13 +00:00
Movies.py Changed some maps/filters to imaps/ifilters for efficiency reasons (I was bored, basically). 2003-11-15 04:37:04 +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 Changed the needed= keyword arg in privmsgs.getArgs to required=. 2003-11-11 13:20:06 +00:00
Note.py Made ChannelDBHandler threadsafe, and wrote a DBHandler for threadsafe non-channel-based databases. 2003-11-15 07:56: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 Some small fixes to Poll. 2003-11-22 00:31:55 +00:00
Python.py Changed the default of the snarfer, added a question to configure. 2003-11-19 23:34:53 +00:00
QuoteGrabs.py Updated the plugin docstring. 2003-11-17 23:17:58 +00:00
Quotes.py Removed vestigal quotegrabs table statement. 2003-11-14 19:10:51 +00:00
RSS.py Don't bother asking about Alias if it's already been loaded. 2003-11-22 06:42:11 +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 Do sorting the right way (not only are cmp functions slow, but with nicks you need to sort by ircutils.toLower, not str.lower). 2003-11-21 11:45:43 +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 Fixed bug #847032. 2003-11-22 03:50:45 +00:00
Sourceforge.py Explained the sf alias and its usefulness. 2003-11-22 17:10:41 +00:00
Status.py Poor attempt to fix the 33 years bug. 2003-11-23 13:01:19 +00:00
Todo.py Changed the needed= keyword arg in privmsgs.getArgs to required=. 2003-11-11 13:20:06 +00:00
Topic.py Fixed bug #846332. 2003-11-21 12:35:24 +00:00
URL.py Changed the default of the snarfer, added a question to configure. 2003-11-19 23:34:53 +00:00
Unix.py Fixed spell problems; stopped caching spell fds (it's not called often enough to care, or go through the trouble). 2003-11-15 04:25:28 +00:00
Utilities.py Changed the needed= keyword arg in privmsgs.getArgs to required=. 2003-11-11 13:20:06 +00:00
__init__.py Initial checkin of the distutils stuff. 2003-09-24 07:19:54 +00:00