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 7819f6091..59dba5247 100644
--- a/src/core/cs_identify.c
+++ b/src/core/cs_identify.c
@@ -48,12 +48,6 @@ class CommandCSIdentify : public Command
return MOD_CONT;
}
- if (ci->flags & CI_FORBIDDEN)
- {
- notice_lang(s_ChanServ, u, CHAN_X_FORBIDDEN, chan);
- return MOD_CONT;
- }
-
if (!nick_identified(u))
{
notice_lang(s_ChanServ, u, NICK_IDENTIFY_REQUIRED, s_NickServ);