Jeremy Fincher
|
e13c958c9d
|
I was tired of that stupid warning.
|
2005-02-02 21:05:25 +00:00 |
|
Jeremy Fincher
|
7988af4abe
|
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 |
|
Jeremy Fincher
|
d44a1ad737
|
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 |
|
Jeremy Fincher
|
10e496eed0
|
Forgot to convert the response of time parsing to a string before replying with it.
|
2005-02-02 17:10:20 +00:00 |
|
Jeremy Fincher
|
5ca79f0f49
|
Hah, changed WebError to Error everywhere but the source :)
|
2005-02-02 14:07:20 +00:00 |
|
Ali Afshar
|
3582fa47af
|
Added Karma plugin to setup.py
|
2005-02-02 13:56:44 +00:00 |
|
Jeremy Fincher
|
b654b1348b
|
Forgot to add Nickometer to setup.py.
|
2005-02-02 13:51:47 +00:00 |
|
Ali Afshar
|
82f39456ba
|
Karma plugin converted to the new format
|
2005-02-02 13:53:18 +00:00 |
|
Ali Afshar
|
7c741b779e
|
Nickometer plugin converted to the new format
|
2005-02-02 13:42:54 +00:00 |
|
Jeremy Fincher
|
dbd9e9f16c
|
Added a %r handler (repr, just like normal string formatting).
|
2005-02-02 13:09:14 +00:00 |
|
Jeremy Fincher
|
9d4291322a
|
Forgot to add Anonymous to plugins.
|
2005-02-02 13:07:55 +00:00 |
|
Jeremy Fincher
|
683357fa41
|
There is no longer a __parent.doPrivmsg, since we no longer subclass callbacks.PCAR.
|
2005-02-02 13:01:04 +00:00 |
|
Jeremy Fincher
|
6e28d31131
|
Removed unused and broken import.
|
2005-02-02 12:54:05 +00:00 |
|
Jeremy Fincher
|
ddc78815ed
|
Removed unused (and broken) imports.
|
2005-02-02 12:52:09 +00:00 |
|
Jeremy Fincher
|
93b030640d
|
Removed an extra self in my __parent call.
|
2005-02-02 12:45:20 +00:00 |
|
Jeremy Fincher
|
a056b12959
|
Changed to use an __parent instead of a super call.
|
2005-02-02 12:45:03 +00:00 |
|
Jeremy Fincher
|
f2ae3fd7ab
|
Added ChannelLogger in the new plugin format.
|
2005-02-02 12:37:16 +00:00 |
|
Jeremy Fincher
|
72da5caaf5
|
Added Services in the new plugin format.
|
2005-02-02 12:20:13 +00:00 |
|
Jeremy Fincher
|
13c61d4ddf
|
Added Seen in the new plugin format.
|
2005-02-02 07:47:58 +00:00 |
|
Jeremy Fincher
|
dab8974efa
|
Added Note in the new plugin format.
|
2005-02-02 07:33:19 +00:00 |
|
Daniel DiPaolo
|
5f2d2c79f9
|
Conversion of Quote to new plugin format
|
2005-02-02 07:25:41 +00:00 |
|
Daniel DiPaolo
|
f4def0f89e
|
Conversion of Lart to new plugin format
|
2005-02-02 07:21:21 +00:00 |
|
Jeremy Fincher
|
0e3713f1b0
|
Added ChannelStats in the new plugin format.
|
2005-02-02 07:18:23 +00:00 |
|
Daniel DiPaolo
|
16ff12a490
|
Conversion of Praise to new plugin format
|
2005-02-02 07:13:02 +00:00 |
|
Daniel DiPaolo
|
fd604dc012
|
Fix error in format() conversion in plugins/__init__.py
|
2005-02-02 07:12:27 +00:00 |
|
Jeremy Fincher
|
4e0f37e134
|
Added AutoMode in the new plugin format.
|
2005-02-02 07:04:35 +00:00 |
|
Daniel DiPaolo
|
37d0bb456e
|
Fix plugins.ChannelIdDatabasePlugin's __init__ to accept an Irc now, like it should
|
2005-02-02 07:00:47 +00:00 |
|
Jeremy Fincher
|
c7d91d3751
|
Added Time in the new plugin format.
|
2005-02-02 06:59:08 +00:00 |
|
Daniel DiPaolo
|
33ba73e7a4
|
Supybot-wizard doesn't use imap!
|
2005-02-02 06:57:52 +00:00 |
|
Jeremy Fincher
|
135a82cca5
|
Added URL in the new plugin format.
|
2005-02-02 06:53:15 +00:00 |
|
Jeremy Fincher
|
e4e5c14824
|
Added Relay in the new plugin format.
|
2005-02-02 06:45:35 +00:00 |
|
Jeremy Fincher
|
e94900c0eb
|
Removed some debugging code, and added a bit of extra debug logging.
|
2005-02-02 06:12:25 +00:00 |
|
Jeremy Fincher
|
3f1b0335c2
|
Added RSS in the new plugin format.
|
2005-02-02 06:03:09 +00:00 |
|
James Vega
|
c409493d3d
|
Update some copyright strings.
|
2005-02-02 05:30:32 +00:00 |
|
James Vega
|
2836356f12
|
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 |
|
Jeremy Fincher
|
4a52cdf826
|
Added NickCapture in the new plugin format.
|
2005-02-02 05:19:33 +00:00 |
|
James Vega
|
069d43e3af
|
Forgot to add Games and String to setup.py.
|
2005-02-02 05:10:39 +00:00 |
|
James Vega
|
39e323f4b1
|
Split off commands from Fun and Utilities to the new String plugin.
|
2005-02-02 05:02:08 +00:00 |
|
Daniel DiPaolo
|
d88bf5bb11
|
Conversion of Anonymous
|
2005-02-02 04:42:37 +00:00 |
|
Daniel DiPaolo
|
c998dfbebf
|
Moving action,reply,private,notice to new Reply plugin (for real)
|
2005-02-02 04:39:45 +00:00 |
|
Daniel DiPaolo
|
739c9ceda7
|
Fix Misc tests not to rely on Gameknot
|
2005-02-01 07:39:28 +00:00 |
|
Jeremy Fincher
|
a93db7df32
|
Added Later in the new plugin format.
|
2005-02-02 04:51:55 +00:00 |
|
Jeremy Fincher
|
94bfb279e6
|
Some format character changes, and a little more information on the "Topic exceeds maximum length" error message.
|
2005-02-02 04:42:22 +00:00 |
|
Jeremy Fincher
|
7b2dbcf6c4
|
DOTS!
|
2005-02-02 04:40:00 +00:00 |
|
Jeremy Fincher
|
309b693e86
|
Added Topic in the new plugin format.
|
2005-02-02 04:39:30 +00:00 |
|
James Vega
|
8669467b9b
|
Split ping off from the old Fun plugin.
|
2005-02-02 03:26:22 +00:00 |
|
James Vega
|
8c2d613a5c
|
Add Games plugin, split from the old Fun plugin.
|
2005-02-02 02:50:22 +00:00 |
|
Jeremy Fincher
|
6965abc3fd
|
Made the warning log in Misc.version (a) info, and (b) more useful.
|
2005-02-02 02:44:58 +00:00 |
|
James Vega
|
ff45b55428
|
Remove #supybot as a suggested channel. #supybot-bots is better.
|
2005-02-01 23:22:02 +00:00 |
|
James Vega
|
bc9f0ee39e
|
Remove evil tabs!
|
2005-02-01 13:57:51 +00:00 |
|