Fix yet another typo
This commit is contained in:
parent
66d4501303
commit
2e2e35cad7
|
@ -328,7 +328,7 @@ class IRCBotFactory(ReconnectingClientFactory):
|
||||||
error = reason.getErrorMessage()
|
error = reason.getErrorMessage()
|
||||||
log("%s: connection failed: %s" % (self.name, error))
|
log("%s: connection failed: %s" % (self.name, error))
|
||||||
sendAll("%s: connection failed: %s" % (self.name, error))
|
sendAll("%s: connection failed: %s" % (self.name, error))
|
||||||
if config["ConnectionNotifications"]:
|
if main.config["ConnectionNotifications"]:
|
||||||
keyword.sendMaster("CONNFAIL %s: %s" % (self.name, error))
|
keyword.sendMaster("CONNFAIL %s: %s" % (self.name, error))
|
||||||
self.retry(connector)
|
self.retry(connector)
|
||||||
#ReconnectingClientFactory.clientConnectionFailed(self, connector, reason)
|
#ReconnectingClientFactory.clientConnectionFailed(self, connector, reason)
|
||||||
|
|
Loading…
Reference in New Issue