.. |
__init__.py
|
Add/update supybot.databases.plugins.channelSpecific{,.link{,.allow}}
|
2005-01-08 07:22:46 +00:00 |
Alias.py
|
Todo #1047143, conversion of os.path.join calls to dirize calls.
|
2004-12-16 07:43:13 +00:00 |
Amazon.py
|
Let's do things the right way
|
2004-10-27 04:25:27 +00:00 |
Anonymous.py
|
We need some more irc.noReply()s
|
2005-01-10 18:29:42 +00:00 |
AutoMode.py
|
INFO -> DEBUG
|
2005-01-06 03:42:40 +00:00 |
Babelfish.py
|
Update the languages we support to include Greek, Russian, and Dutch. Chinese
|
2005-01-13 18:09:21 +00:00 |
BadWords.py
|
Added stripFormatting, to configure whether the outFilter will strip formatting first. Also added an elucidating comment.
|
2005-01-07 19:46:05 +00:00 |
Bayes.py
|
Better error handling of bad loads.
|
2004-11-04 06:03:22 +00:00 |
Bugzilla.py
|
Convert some 'text' to 'something'
|
2004-11-30 13:58:50 +00:00 |
ChannelLogger.py
|
Converted to use irc.isChannel rather than ircutils.isChannel.
|
2004-12-16 07:56:57 +00:00 |
ChannelRelay.py
|
New way of handling channel keys.
|
2004-12-07 00:29:20 +00:00 |
ChannelStats.py
|
Todo #1047143, conversion of os.path.join calls to dirize calls.
|
2004-12-16 07:43:13 +00:00 |
Ctcp.py
|
Send proper CTCP responses.
|
2004-12-16 18:07:55 +00:00 |
Currency.py
|
Converted to use irc.isChannel rather than ircutils.isChannel.
|
2004-12-16 07:56:57 +00:00 |
Cycler.py
|
Don't cycle if we're already op.
|
2004-12-16 18:07:10 +00:00 |
DCC.py
|
Converted to commands.wrap. These are all untested, so someone should test them at some point.
|
2004-11-19 23:23:14 +00:00 |
Debian.py
|
Unify how are help conveys getopts that accept a value.
|
2005-01-08 06:51:55 +00:00 |
Dict.py
|
wrapified
|
2004-12-15 16:37:26 +00:00 |
Dunno.py
|
Converted to use irc.isChannel rather than ircutils.isChannel.
|
2004-12-16 07:56:57 +00:00 |
Ebay.py
|
eBay changed their expired auction message
|
2005-01-04 18:50:51 +00:00 |
Factoids.py
|
Unify how are help conveys getopts that accept a value.
|
2005-01-08 06:51:55 +00:00 |
Filter.py
|
Forgot to add it as a possible outfilter.
|
2004-10-24 03:07:44 +00:00 |
FixRelayBot.py
|
Remove #! lines.
|
2004-09-20 03:01:50 +00:00 |
Format.py
|
Fixed a couple test failures.
|
2004-11-30 04:49:21 +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
|
Changed implementation of xor command to be cooler.
|
2004-12-10 07:04:10 +00:00 |
FunDB.py
|
Added Lart and Praise plugins, deprecated FunDB, converted Dunno and Success to the new plugins.ChannelIdDatabasePlugin.
|
2004-10-28 17:20:37 +00:00 |
Gameknot.py
|
Change some info logs to debug and make sure we don't reply from a snarfer
|
2005-01-04 18:44:33 +00:00 |
Geekquote.py
|
qdb doesn't like to put ?'s in their URLs, so the snarfer wasn't catching qdb URLs properly
|
2005-01-12 21:11:12 +00:00 |
Google.py
|
Unify how are help conveys getopts that accept a value.
|
2005-01-08 06:51:55 +00:00 |
Herald.py
|
Easy peezy
|
2004-12-29 06:46:35 +00:00 |
Http.py
|
Removed some XXXes.
|
2004-12-16 09:50:42 +00:00 |
Infobot.py
|
unaddressed will be the bane of me!
|
2005-01-11 19:55:27 +00:00 |
Insult.py
|
Added test, changed to use commands.wrap.
|
2004-11-08 20:03:42 +00:00 |
Internet.py
|
Handle some more reply formats to fix a test failure.
|
2004-12-10 03:41:05 +00:00 |
Karma.py
|
Converted to use irc.isChannel rather than ircutils.isChannel.
|
2004-12-16 07:56:57 +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 |
Lart.py
|
Fixed bug #1083822, attributing the 'dis'ee incorrectly. Now it says
|
2004-12-12 17:54:12 +00:00 |
Later.py
|
Variable name change, humanTimestampFormat => reply.format.time
|
2004-12-10 06:21:53 +00:00 |
Limiter.py
|
Need SimpleProxy for irc.noReply()
|
2004-12-17 06:02:20 +00:00 |
LogToIrc.py
|
Converted to use irc.isChannel rather than ircutils.isChannel.
|
2004-12-16 07:56:57 +00:00 |
Lookup.py
|
Unify how are help conveys getopts that accept a value.
|
2005-01-08 06:51:55 +00:00 |
Markov.py
|
Don't want to pass the Random kwarg on to irc.reply
|
2005-01-04 16:34:49 +00:00 |
Math.py
|
Fixed some bugz0rs.
|
2004-11-21 13:18:58 +00:00 |
MoobotFactoids.py
|
Catch an exception when adding/replacing a factoid.
|
2005-01-10 18:32:05 +00:00 |
Network.py
|
Fix for bug #1101332, Network.connect ignores password.
|
2005-01-13 01:38:20 +00:00 |
News.py
|
Variable name change, humanTimestampFormat => reply.format.time
|
2004-12-10 06:21:53 +00:00 |
NickCapture.py
|
Removed a check for something that would make us never send an ISON.
|
2004-12-06 03:31:26 +00:00 |
Nickometer.py
|
commands.wrap update
|
2004-10-22 22:19:30 +00:00 |
Note.py
|
Add Note.search and change the wording for listing private note ids.
|
2005-01-07 04:42:27 +00:00 |
Observer.py
|
Make Observer remember the active observers. Only allow admins to add/remove
|
2005-01-04 23:27:26 +00:00 |
OSU.py
|
Converted to commands.py.
|
2004-10-26 23:01:11 +00:00 |
Parter.py
|
Remove #! lines.
|
2004-09-20 03:01:50 +00:00 |
Poll.py
|
Variable name change, humanTimestampFormat => reply.format.time
|
2004-12-10 06:21:53 +00:00 |
Praise.py
|
Pluralization bug.
|
2004-12-20 06:22:21 +00:00 |
Protector.py
|
Misspelled variable name.
|
2004-12-16 14:17:03 +00:00 |
Python.py
|
Make sure we utils.htmlToText the aspnSnarfer, otherwise we can get nasty
|
2005-01-05 18:38:17 +00:00 |
Quakenet.py
|
whitespace
|
2004-10-16 03:41:54 +00:00 |
Quote.py
|
Finally finish renaming Quotes -> Quote
|
2004-12-12 05:39:19 +00:00 |
QuoteGrabs.py
|
Run-on words are nasty.
|
2005-01-08 06:42:46 +00:00 |
Quotes.py
|
Unify how are help conveys getopts that accept a value.
|
2005-01-08 06:51:55 +00:00 |
Random.py
|
No reason why we can't sample empty strings.
|
2004-12-19 00:17:26 +00:00 |
RawLogger.py
|
Fix an exception. There may be a better way to fix this (jemfinch), but
|
2004-12-29 14:20:00 +00:00 |
Relay.py
|
Cleaner implementation of noticeNonPrivmsgs. You'd think the variable name would've clued me in.
|
2004-12-21 15:37:54 +00:00 |
RootWarner.py
|
Remove #! lines.
|
2004-09-20 03:01:50 +00:00 |
RSS.py
|
Allow oneToOne to work for rss commands.
|
2005-01-13 14:28:54 +00:00 |
Scheduler.py
|
Removed some XXXes.
|
2004-12-16 09:50:42 +00:00 |
Seen.py
|
Revert the non-PRIVMSG changes until after the release
|
2004-12-30 05:38:34 +00:00 |
Services.py
|
Removed some XXXes.
|
2004-12-16 09:50:42 +00:00 |
ShrinkUrl.py
|
Fix configure() bug as pointed out by mgoldey.
|
2005-01-06 23:55:05 +00:00 |
Sourceforge.py
|
Lower the logging level of the sfSnarfer.
|
2005-01-13 14:12:58 +00:00 |
Status.py
|
commands.wrap update
|
2004-10-17 18:01:58 +00:00 |
Success.py
|
Added Lart and Praise plugins, deprecated FunDB, converted Dunno and Success to the new plugins.ChannelIdDatabasePlugin.
|
2004-10-28 17:20:37 +00:00 |
SuperIgnore.py
|
Remove #! lines.
|
2004-09-20 03:01:50 +00:00 |
Tail.py
|
Removed an extraneous blank line.
|
2005-01-07 15:48:31 +00:00 |
Time.py
|
Variable name change, humanTimestampFormat => reply.format.time
|
2004-12-10 06:21:53 +00:00 |
Todo.py
|
Unify how are help conveys getopts that accept a value.
|
2005-01-08 06:51:55 +00:00 |
Topic.py
|
We need to declare watchingFor332 before using it.
|
2005-01-11 13:50:51 +00:00 |
Unix.py
|
Handle the case where the program isn't found.
|
2005-01-10 06:02:51 +00:00 |
UrbanDict.py
|
Updated for new site format
|
2005-01-04 00:45:40 +00:00 |
URL.py
|
Fix some docstrings
|
2005-01-07 04:47:12 +00:00 |
Utilities.py
|
Forgot to remove a debugging print.
|
2004-12-18 21:22:20 +00:00 |
Weather.py
|
Converted to use irc.isChannel rather than ircutils.isChannel.
|
2004-12-16 07:56:57 +00:00 |
Words.py
|
Actually wrap crossword so that it's an available command. Include game.guess
|
2005-01-03 18:03:29 +00:00 |
WordStats.py
|
Hopefully this will completely fix the WordStats bug.
|
2004-12-18 12:15:46 +00:00 |
XMLLogger.py
|
Todo #1047143, conversion of os.path.join calls to dirize calls.
|
2004-12-16 07:43:13 +00:00 |