Implement deduplicating channels
This commit is contained in:
@@ -628,6 +628,8 @@ class IRCBot(IRCClient):
|
||||
# End of Twisted hackery
|
||||
|
||||
def regPing(self, negativepass=None, reset=True):
|
||||
if not main.config["AutoReg"]:
|
||||
return
|
||||
if self.authenticated:
|
||||
return
|
||||
if not regproc.needToAuth(self.net):
|
||||
|
||||
Reference in New Issue
Block a user