diff options
Diffstat (limited to 'src/core/cs_identify.c')
-rw-r--r-- | src/core/cs_identify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_identify.c b/src/core/cs_identify.c index a9bd1926f..f0f1f439a 100644 --- a/src/core/cs_identify.c +++ b/src/core/cs_identify.c @@ -48,7 +48,7 @@ class CommandCSIdentify : public Command return MOD_CONT; } - if (ci->flags & CI_VERBOTEN) + if (ci->flags & CI_FORBIDDEN) { notice_lang(s_ChanServ, u, CHAN_X_FORBIDDEN, chan); return MOD_CONT; |