bitbot-3.11-fork/src
2019-06-16 20:48:31 +01:00
..
utils Allow channel-access and channel-mode check for channels people are not in 2019-06-16 20:48:31 +01:00
__init__.py
Cache.py
Config.py
Database.py
EventManager.py Don't fail get_kwarg when self.kwarg[name] is falsey 2019-06-16 18:39:56 +01:00
Exports.py
IRCBot.py CRITICAL log exceptions caught in _loop_catch() 2019-06-15 00:39:52 +01:00
IRCBuffer.py typehint for IRCBuffer._lines 2019-06-07 13:34:30 +01:00
IRCChannel.py Mode mode (and mode arg) parsing to IRCChannel.py, add IRCChannel.mode_str 2019-06-13 11:53:47 +01:00
IRCChannels.py
IRCLine.py Type annotate ParsedLine.tags, add ParsedLine.add_tag() 2019-06-16 09:52:25 +01:00
IRCObject.py
IRCServer.py Return all caps through received.cap.ls|new and check if valid in line_handler, 2019-06-16 15:33:20 +01:00
IRCSocket.py "send" event on SentLines should be run on the main thread 2019-06-07 11:05:43 +01:00
IRCUser.py
Logging.py Logging._log()'s params arg should be typing.Optiona[] 2019-06-07 13:35:20 +01:00
ModuleManager.py
Socket.py
Timers.py