.. |
Admin
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
Alias
|
Added Alias in the new plugin format.
|
2005-02-02 21:48:04 +00:00 |
Anonymous
|
Conversion of Anonymous
|
2005-02-02 04:42:37 +00:00 |
AutoMode
|
Added AutoMode in the new plugin format.
|
2005-02-02 07:04:35 +00:00 |
Babelfish
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
Channel
|
Remove the use of format() in logger functions since they handle it natively.
|
2005-02-01 13:43:57 +00:00 |
ChannelLogger
|
Changed to use an __parent instead of a super call.
|
2005-02-02 12:45:03 +00:00 |
ChannelStats
|
Removed unused (and broken) imports.
|
2005-02-02 12:52:09 +00:00 |
Config
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
Ctcp
|
Added Ctcp in the new plugin format.
|
2005-02-01 09:58:04 +00:00 |
Dict
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
Filter
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
Format
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
Games
|
Update some copyright strings.
|
2005-02-02 05:30:32 +00:00 |
Google
|
I was tired of that stupid warning.
|
2005-02-02 21:05:25 +00:00 |
Herald
|
Changed the variable names supybot.plugins.Herald.throttleTime (to throttle) and .throttleTimeAfterPart to .throttle.afterPart. Also changed the default of .throttle.afterPart, so people could test that it works more easily.
|
2005-02-02 17:28:03 +00:00 |
Internet
|
Add the Internet plugin in the new plugin format. Also move Fun.hexip to the Internet plugin.
|
2005-02-02 05:29:31 +00:00 |
Karma
|
Karma plugin converted to the new format
|
2005-02-02 13:53:18 +00:00 |
Lart
|
Conversion of Lart to new plugin format
|
2005-02-02 07:21:21 +00:00 |
Later
|
Added Later in the new plugin format.
|
2005-02-02 04:51:55 +00:00 |
Math
|
Remove the use of format() in logger functions since they handle it natively.
|
2005-02-01 13:43:57 +00:00 |
Misc
|
Moving action,reply,private,notice to new Reply plugin (for real)
|
2005-02-02 04:39:45 +00:00 |
Network
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
NickCapture
|
Added NickCapture in the new plugin format.
|
2005-02-02 05:19:33 +00:00 |
Nickometer
|
Nickometer plugin converted to the new format
|
2005-02-02 13:42:54 +00:00 |
Note
|
Removed unused and broken import.
|
2005-02-02 12:54:05 +00:00 |
Owner
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
Praise
|
Conversion of Praise to new plugin format
|
2005-02-02 07:13:02 +00:00 |
Quote
|
Conversion of Quote to new plugin format
|
2005-02-02 07:25:41 +00:00 |
QuoteGrabs
|
Remove evil tabs!
|
2005-02-01 13:57:51 +00:00 |
Relay
|
Removed an extra self in my __parent call.
|
2005-02-02 12:45:20 +00:00 |
Reply
|
Moving action,reply,private,notice to new Reply plugin (for real)
|
2005-02-02 04:39:45 +00:00 |
RSS
|
Removed some debugging code, and added a bit of extra debug logging.
|
2005-02-02 06:12:25 +00:00 |
Scheduler
|
Remove supybot.privmsgs imports.
|
2005-02-01 13:57:14 +00:00 |
Seen
|
Added Seen in the new plugin format.
|
2005-02-02 07:47:58 +00:00 |
Services
|
Added Services in the new plugin format.
|
2005-02-02 12:20:13 +00:00 |
ShrinkUrl
|
Converted ShrinkUrl to use format.
|
2005-02-01 09:41:39 +00:00 |
Status
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
String
|
Update some copyright strings.
|
2005-02-02 05:30:32 +00:00 |
Time
|
Forgot to convert the response of time parsing to a string before replying with it.
|
2005-02-02 17:10:20 +00:00 |
Topic
|
Added Topic.fit.
|
2005-02-04 05:04:40 +00:00 |
URL
|
There is no longer a __parent.doPrivmsg, since we no longer subclass callbacks.PCAR.
|
2005-02-02 13:01:04 +00:00 |
User
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
Utilities
|
Moving action,reply,private,notice to new Reply plugin (for real)
|
2005-02-02 04:39:45 +00:00 |
Web
|
Remove supybot.privmsgs imports.
|
2005-02-01 13:57:14 +00:00 |
__init__.py
|
Removed DBHandler; it's not used anywhere except the unconverted Todo plugin, which should be switched to a flat file database (or rather, directory of databases) anyway.
|
2005-02-02 17:46:36 +00:00 |