Log authentication messages
This commit is contained in:
parent
49b0b9db46
commit
c7941bfcda
|
@ -130,7 +130,7 @@ def attemptManualAuthentication(net, num):
|
||||||
name = f"{net}{num}"
|
name = f"{net}{num}"
|
||||||
if name not in main.IRCPool:
|
if name not in main.IRCPool:
|
||||||
return
|
return
|
||||||
main.IRCPool[name].msg(entity, identifymsg)
|
main.IRCPool[name].sendmsg(entity, identifymsg, in_query=True)
|
||||||
|
|
||||||
|
|
||||||
def enableAuthentication(net, num, jump=True, run_now=False):
|
def enableAuthentication(net, num, jump=True, run_now=False):
|
||||||
|
|
Loading…
Reference in New Issue