diff --git a/modules/regproc.py b/modules/regproc.py index b96dda2..d6d3c28 100644 --- a/modules/regproc.py +++ b/modules/regproc.py @@ -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):