From 4e1f5cce80b11e576ded19126980097ebd8e77b0 Mon Sep 17 00:00:00 2001 From: PeGaSuS Date: Wed, 5 Jul 2023 18:09:47 +0200 Subject: [PATCH] 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. --- modules/commands/ns_register.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/commands/ns_register.cpp b/modules/commands/ns_register.cpp index cfffc1413..bd188637c 100644 --- a/modules/commands/ns_register.cpp +++ b/modules/commands/ns_register.cpp @@ -83,7 +83,7 @@ class CommandNSConfirm : public Command source.Reply(_("Invalid passcode.")); } else - source.Reply(_("Invalid passcode.")); + source.Reply(NICK_IDENTIFY_REQUIRED); return; }