Add error handling to exec command and fix minor bug in cleaning up relays
This commit is contained in:
@@ -223,6 +223,8 @@ class IRCBot(IRCClient):
|
||||
self.setNick(self._attemptedNick)
|
||||
|
||||
def irc_ERR_PASSWDMISMATCH(self, prefix, params):
|
||||
print(locals())
|
||||
print(globals())
|
||||
log("%s: password mismatch" % self.name)
|
||||
sendAll("%s: password mismatch" % self.name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user