Limnoria/plugins
James Vega d5a324a0d2 It's nice when Weather.weather works. 2004-09-25 17:55:22 +00:00
..
Alias.py Added a repr keyword argument to errorInvalid and used it to fix bug #1030474. 2004-09-22 22:41:58 +00:00
Amazon.py Update others/amazon.py to latest version and add the new region support to 2004-09-25 16:59:23 +00:00
Anonymous.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Babelfish.py Remove #! lines. 2004-09-20 03:01:50 +00:00
BadWords.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Bugzilla.py Remove #! lines. 2004-09-20 03:01:50 +00:00
ChannelLogger.py Remove #! lines. 2004-09-20 03:01:50 +00:00
ChannelRelay.py Remove #! lines. 2004-09-20 03:01:50 +00:00
ChannelStats.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Ctcp.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Currency.py Remove #! lines. 2004-09-20 03:01:50 +00:00
DCC.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Debian.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Dict.py Needed to import webutils for webutils.strError calls 2004-09-21 22:31:43 +00:00
Dunno.py Abstracted out some functionality to plugins.DbiChannelDB. 2004-09-24 20:06:07 +00:00
Ebay.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Enforcer.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Factoids.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Filter.py Fixed a performance problem. 2004-09-22 13:13:37 +00:00
FixRelayBot.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Format.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Freenode.py Initial checkin; handles CAPAB IDENTIFY-MSG and is able to ignore unidentified users unilaterally. 2004-09-21 16:48:12 +00:00
Fun.py Added urlquote/urlunquote to webutils and changed Fun to use them. 2004-09-20 11:48:37 +00:00
FunDB.py Changed dbi.Record not to use a metaclass. 2004-09-24 20:05:34 +00:00
Gameknot.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Geekquote.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Google.py Fixed bug #1029690. 2004-09-21 21:18:37 +00:00
Herald.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Http.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Infobot.py Should fix #1032551. 2004-09-22 22:22:38 +00:00
Insult.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Internet.py Improve our whois handling. whois.pir.org became a bit more strict on the 2004-09-25 17:29:27 +00:00
Karma.py Remove #! lines. 2004-09-20 03:01:50 +00:00
KeepAlive.py Remove #! lines. 2004-09-20 03:01:50 +00:00
KillBold.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Later.py Remove #! lines. 2004-09-20 03:01:50 +00:00
LogToIrc.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Lookup.py Fixed a bug where lookup.search would fail with an error when an invalid domain was provided. 2004-09-20 09:11:17 +00:00
Markov.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Math.py Remove #! lines. 2004-09-20 03:01:50 +00:00
MoobotFactoids.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Network.py Moved disambiguation stuff to callbacks.IOP. Also fixed rename-persistence. 2004-09-22 21:38:20 +00:00
News.py Changed dbi.Record not to use a metaclass. 2004-09-24 20:05:34 +00:00
NickCapture.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Nickometer.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Note.py Changed dbi.Record not to use a metaclass. 2004-09-24 20:05:34 +00:00
OSU.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Observer.py Various minor refactorings, moved supybot.reply.{brackets,pipeSyntax} to supybot.commands.nested. 2004-09-23 23:15:27 +00:00
Parter.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Poll.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Project.py Changed dbi.Record not to use a metaclass. 2004-09-24 20:05:34 +00:00
Python.py Remove #! lines. 2004-09-20 03:01:50 +00:00
QuoteGrabs.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Quotes.py Changed dbi.Record not to use a metaclass. 2004-09-24 20:05:34 +00:00
RSS.py Make showLinks a ChannelValue specific to RSS.rss and add announce.showLinks 2004-09-23 23:53:51 +00:00
Random.py Remove #! lines. 2004-09-20 03:01:50 +00:00
RawLogger.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Relay.py Remove #! lines. 2004-09-20 03:01:50 +00:00
RootWarner.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Scheduler.py Moved disambiguation stuff to callbacks.IOP. Also fixed rename-persistence. 2004-09-22 21:38:20 +00:00
Seen.py RFE 1017095 - Added wildcard support to Seen command 2004-09-21 06:51:12 +00:00
Services.py Remove the #! line and use getpass to get the password. 2004-09-18 01:56:55 +00:00
Sourceforge.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Status.py Remove #! lines. 2004-09-20 03:01:50 +00:00
SuperIgnore.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Tail.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Time.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Todo.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Topic.py Fix bug #1031277, exception in some Topic commands when trying to modify a 2004-09-20 19:24:15 +00:00
URL.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Unix.py Remove #! lines. 2004-09-20 03:01:50 +00:00
UrbanDict.py Fixed regexp to match changes made to UrbanDict site 2004-09-20 16:41:13 +00:00
UserInfo.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Utilities.py Moved disambiguation stuff to callbacks.IOP. Also fixed rename-persistence. 2004-09-22 21:38:20 +00:00
Weather.py It's nice when Weather.weather works. 2004-09-25 17:55:22 +00:00
WordStats.py Remove #! lines. 2004-09-20 03:01:50 +00:00
Words.py Remove #! lines. 2004-09-20 03:01:50 +00:00
XMLLogger.py Remove #! lines. 2004-09-20 03:01:50 +00:00
__init__.py Abstracted out some functionality to plugins.DbiChannelDB. 2004-09-24 20:06:07 +00:00