bitbot-3.11-fork/src
2018-12-12 11:50:59 +00:00
..
utils Typo, '=' -> '==' (utils.irc) 2018-12-12 11:50:59 +00:00
__init__.py
Cache.py
Config.py Omit Config keys that have falsey values (empty) 2018-12-02 08:28:59 +00:00
Database.py
EventManager.py Add returns type hint in EventManager.py.call 2018-12-06 10:15:12 +00:00
Exports.py
IRCBot.py Make block param of queue.get() explicitly refer to block 2018-12-10 13:34:53 +00:00
IRCBuffer.py
IRCChannel.py A couple of tweaks to clarify some type hints 2018-12-02 09:56:57 +00:00
IRCChannels.py
IRCObject.py
IRCServer.py Only pop MODE args when we're certain we should (pays more attention to 2018-12-06 08:26:07 +00:00
IRCUser.py
Logging.py Preserve logged exc_info across threads 2018-12-12 11:33:29 +00:00
ModuleManager.py By the time we take ref counts, we've already removed module from 2018-12-09 11:24:05 +00:00
Socket.py
Timers.py