bitbot-3.11-fork/src
2018-10-04 14:44:50 +01:00
..
utils Move 'top 10' logic to utils, add !wordiest to modules/words.py 2018-10-04 05:33:15 +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 Fix start.py not giving the right arguments to database.servers.add 2018-10-03 16:00:25 +01:00
EventManager.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
Exports.py Move most code in root directory to src/ 2018-09-24 15:13:27 +01:00
IRCBot.py self.lock.acquire() should be after epoll.poll has returned 2018-10-04 14:44:50 +01:00
IRCBuffer.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
IRCChannel.py Typo in src/IRCChannel.py. 'del self.user_modes' -> 'del self.user_modes[user]' 2018-10-04 04:41:28 +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 'mode_prefixes' -> prefix_modes and prefix_symbols 2018-10-03 16:44:00 +01:00
IRCUser.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
Logging.py Change trace logging level from 5 to logging.DEBUG-1 2018-10-01 16:04:41 +01:00
ModuleManager.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
Timers.py Correct syntax of event call in Timers.call 2018-09-28 17:01:41 +01:00