bitbot-3.11-fork/src
2018-10-02 17:47:28 +01:00
..
Cache.py Cache._items is a {id: [item, timeout]} dict, not {id: item} 2018-09-30 18:00:23 +01:00
Config.py Remove cyclical references to IRCBot 2018-09-28 16:51:36 +01:00
Database.py Implement client-side bindhost 2018-10-01 14:06:50 +01:00
EventManager.py EventHook._call takes 3 args 2018-10-01 16:33:04 +01:00
Exports.py Move most code in root directory to src/ 2018-09-24 15:13:27 +01:00
IRCBot.py Implement client-side bindhost 2018-10-01 14:06:50 +01:00
IRCBuffer.py Better support for msgtags with PRIVMSGs; put functionality in to 2018-10-01 17:26:31 +01:00
IRCChannel.py Add !leave to modules/channel_op.py 2018-10-02 14:55:12 +01:00
IRCObject.py ... actually add src/IRCObject.py to git. that should have been present many 2018-10-02 15:16:20 +01:00
IRCServer.py Better support for msgtags with PRIVMSGs; put functionality in to 2018-10-01 17:26:31 +01:00
IRCUser.py Better support for msgtags with PRIVMSGs; put functionality in to 2018-10-01 17:26:31 +01:00
Logging.py Change trace logging level from 5 to logging.DEBUG-1 2018-10-01 16:04:41 +01:00
ModuleManager.py Log remaining referrers to a module when it's unloaded 2018-09-30 20:12:28 +01:00
Timers.py Correct syntax of event call in Timers.call 2018-09-28 17:01:41 +01:00
Utils.py Make use of str.partition in Utils.parse_docstring 2018-10-02 17:47:28 +01:00