summaryrefslogtreecommitdiff
path: root/src/core/cs_status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_status.c')
-rw-r--r--src/core/cs_status.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/cs_status.c b/src/core/cs_status.c
index bf985abd2..1bca1483f 100644
--- a/src/core/cs_status.c
+++ b/src/core/cs_status.c
@@ -44,8 +44,6 @@ class CommandCSStatus : public Command
}
if (!ci)
notice_lang(s_ChanServ, u, CHAN_STATUS_NOT_REGGED, temp);
- else if (ci->flags & CI_FORBIDDEN)
- notice_lang(s_ChanServ, u, CHAN_STATUS_FORBIDDEN, chan);
else if ((u2 = finduser(nick)))
notice_lang(s_ChanServ, u, CHAN_STATUS_INFO, chan, nick, get_access(u2, ci));
else /* !u2 */