Skip to content

Commit

Permalink
fixed reconnecting
Browse files Browse the repository at this point in the history
  • Loading branch information
allo- committed Apr 18, 2012
1 parent 33b8b58 commit 9a7a557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otfbot/services/ircClient.py
Expand Up @@ -541,7 +541,7 @@ def connectionLost(self, reason):
@type reason: twisted.python.failure.Failure
"""
self.logger.info("lost connection: " + str(reason))
irc.IRCClient.connectionLost(self)
irc.IRCClient.connectionLost(self, reason)
self._apirunner("connectionLost", {"reason": reason})
self.stopPlugins()

Expand Down

0 comments on commit 9a7a557

Please sign in to comment.