Extra error handling around emails
This commit is contained in:
@@ -658,6 +658,9 @@ class IRCBot(IRCClient):
|
||||
if self.authenticated:
|
||||
return
|
||||
sinst = regproc.substitute(self.net, self.num)
|
||||
if not sinst:
|
||||
error(f"Registration ping failed for {self.net} - {self.num}")
|
||||
return
|
||||
if not self._negativePass == True:
|
||||
if negativepass == False:
|
||||
self._negativePass = False
|
||||
|
||||
Reference in New Issue
Block a user