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