Receive correct args on reconnect handler
This commit is contained in:
parent
9cb4800dc8
commit
c6e4ddedf5
@ -77,7 +77,7 @@ class PyIRCBot:
|
||||
|
||||
sys.exit(0)
|
||||
|
||||
def connection_closed(self):
|
||||
def connection_closed(self, args, prefix, trailing):
|
||||
"""Called when the socket is disconnected. We will want to reconnect. """
|
||||
if self.alive:
|
||||
self.log.warning("Connection was lost. Reconnecting in 5 seconds.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user