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:
@@ -83,7 +83,7 @@ class CommandNSConfirm : public Command
|
||||
source.Reply(_("Invalid passcode."));
|
||||
}
|
||||
else
|
||||
source.Reply(_("Invalid passcode."));
|
||||
source.Reply(NICK_IDENTIFY_REQUIRED);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user