summaryrefslogtreecommitdiff
path: root/src/core/cs_identify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_identify.c')
-rw-r--r--src/core/cs_identify.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/cs_identify.c b/src/core/cs_identify.c
index ab251eefc..aa8f3ac32 100644
--- a/src/core/cs_identify.c
+++ b/src/core/cs_identify.c
@@ -36,12 +36,6 @@ class CommandCSIdentify : public Command
return MOD_CONT;
}
- if (!nick_identified(u))
- {
- notice_lang(s_ChanServ, u, NICK_IDENTIFY_REQUIRED, s_NickServ);
- return MOD_CONT;
- }
-
if (is_founder(u, ci))
{
notice_lang(s_ChanServ, u, NICK_ALREADY_IDENTIFIED);