X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/684e2f02d6b26001afedd8a212a060a79490e07d..30f7b947f03d97a3d526bbadb50b9dd71aba4117:/src/nickserv.c diff --git a/src/nickserv.c b/src/nickserv.c index e35f591..cf9d449 100644 --- a/src/nickserv.c +++ b/src/nickserv.c @@ -1320,6 +1320,7 @@ static NICKSERV_FUNC(cmd_register) */ SyncLog("REGISTER %s %s %s %s", hi->handle, syncpass, email_addr ? email_addr : "0", user->info); } + process_adduser_pending(user); return 1; } @@ -1791,6 +1792,8 @@ static NICKSERV_FUNC(cmd_auth) if (hi->passwd[0] != '$') cryptpass(passwd, hi->passwd); reply("NSMSG_AUTH_SUCCESS"); + + process_adduser_pending(user); argv[pw_arg] = "****"; return 1; }