diff options
-rwxr-xr-x | fot.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -159,6 +159,7 @@ class Bot(irc.IRCClient): self.keywords = {} self.msg_callbacks = [] irc.IRCClient.connectionLost(self, reason) + del bots[bots.index(self)] def reconnect(self): self.quit('reconnecting') |