1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 11:36:36 +02:00

Tell users that they must identify to their account before using CONFIRM.

This only happens when a nickname is registered via webcpanel and said nickname is online.
This commit is contained in:
PeGaSuS
2023-07-05 18:09:47 +02:00
committed by GitHub
parent da2ac3e8a2
commit 4e1f5cce80
+1 -1
View File
@@ -83,7 +83,7 @@ class CommandNSConfirm : public Command
source.Reply(_("Invalid passcode."));
}
else
source.Reply(_("Invalid passcode."));
source.Reply(NICK_IDENTIFY_REQUIRED);
return;
}