summaryrefslogtreecommitdiff
path: root/fot.py
diff options
context:
space:
mode:
Diffstat (limited to 'fot.py')
-rwxr-xr-xfot.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/fot.py b/fot.py
index c6e3e6c..93b5309 100755
--- a/fot.py
+++ b/fot.py
@@ -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):