Limnoria/src
Jeremy Fincher 50c8cfaf26 Unregister should remove the node from the cache as well. 2004-08-05 18:47:03 +00:00
..
Admin.py Fix for bug #1004002. 2004-08-05 18:45:09 +00:00
Channel.py Fix for bug #1004002. 2004-08-05 18:45:09 +00:00
Config.py Added 'channel' command since we can now have commands with the same name as a plugin. This is useful for configuring ChannelValues. 2004-08-02 10:47:40 +00:00
Misc.py Handle the no plugins case. 2004-08-05 03:57:48 +00:00
Owner.py Let's always run upkeep before we exit normally. 2004-08-05 06:01:35 +00:00
User.py It definitely shouldn't be an error to not be recognized by whoami, that's somewhat the point. 2004-08-05 16:03:04 +00:00
__init__.py
ansi.py
asyncoreDrivers.py
callbacks.py Slightt update -- private implies not prefixName. 2004-08-03 04:44:12 +00:00
cdb.py With some clearer thinking, I believe this is the proper implementation of tmpDir. If there's something wrong with it, send me a note or write a test and it'll be fixed. 2004-08-01 12:46:03 +00:00
conf.py Changed the way channel databases are handled, added supybot.databases.plugins.channelSpecific. 2004-08-05 05:23:44 +00:00
drivers.py Yay, imports. 2004-08-01 14:42:25 +00:00
fix.py New Dunno implementation. 2004-08-05 03:59:40 +00:00
ircdb.py With some clearer thinking, I believe this is the proper implementation of tmpDir. If there's something wrong with it, send me a note or write a test and it'll be fixed. 2004-08-01 12:46:03 +00:00
irclib.py supybot.protocols.irc.queueDuplicateMessages 2004-08-05 08:09:18 +00:00
ircmsgs.py Added limit commands. 2004-07-31 07:24:55 +00:00
ircutils.py Added utils.AtomicFile and converted our uses of 'w' to it. This rocks. 2004-07-31 10:21:07 +00:00
log.py Added optional line wrapping to logs. 2004-08-05 05:40:32 +00:00
privmsgs.py
questions.py
registry.py Unregister should remove the node from the cache as well. 2004-08-05 18:47:03 +00:00
schedule.py
socketDrivers.py
structures.py No one's using this WorkQueue crap; I didn't really mean for it to be committed. 2004-08-04 04:50:59 +00:00
twistedDrivers.py Now we log connects in twistedDrivers as well. 2004-07-31 06:17:27 +00:00
unpreserve.py
utils.py We don't mind writing empty files if the original file doesn't exist. 2004-08-02 10:51:57 +00:00
webutils.py Updated to use webutils throughout. 2004-08-05 18:29:26 +00:00
world.py