Log authentication messages
This commit is contained in:
parent
5cc38da00e
commit
4f4820818a
|
@ -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