Log authentication messages

master
Mark Veidemanis 2 years ago
parent 49b0b9db46
commit c7941bfcda

@ -130,7 +130,7 @@ def attemptManualAuthentication(net, num):
name = f"{net}{num}"
if name not in main.IRCPool:
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):

Loading…
Cancel
Save