diff options
-rwxr-xr-x | fot.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -142,6 +142,8 @@ class Bot(irc.IRCClient): if hasattr(m, 'stop'): m.stop() self.modules = {} + self.keywords = {} + self.msg_callbacks = [] irc.IRCClient.connectionLost(self, reason) def reconnect(self): |