diff --git a/DrBotIRC.py b/DrBotIRC.py index 8fef15b..3064ff6 100644 --- a/DrBotIRC.py +++ b/DrBotIRC.py @@ -250,6 +250,9 @@ class DrBotIRC(irclib.IRC): except NoOptionError: pass self.server = DrBotServerConnection(self, user, nick) + + # though we only handle one connection, the underlying library supports + # multiple. append the new one though we intend no others self.connections.append(self.server) return self.server