Look before you leap to confirming registrations

This commit is contained in:
Mark Veidemanis 2022-08-18 07:20:30 +01:00
parent 659162ebc6
commit 7efde28d99
1 changed files with 2 additions and 1 deletions

View File

@ -96,6 +96,7 @@ def registerAccount(net, num):
def confirmAccount(net, num, token):
sinst = substitute(net, num, token=token)
name = net + str(num)
if name in main.IRCPool:
main.IRCPool[name].msg(sinst["entity"], sinst["confirm"])
enableAuthentication(net, num)