diff options
Diffstat (limited to 'src/core/cs_akick.c')
-rw-r--r-- | src/core/cs_akick.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/cs_akick.c b/src/core/cs_akick.c index bd928b316..a9e38fbd2 100644 --- a/src/core/cs_akick.c +++ b/src/core/cs_akick.c @@ -229,7 +229,8 @@ class CommandCSAKick : public Command } /* Check excepts BEFORE we get this far */ - if (ircd->except) { + if (ModeManager::FindChannelModeByName(CMODE_EXCEPT)) + { if (is_excepted_mask(ci, mask) == 1) { notice_lang(s_ChanServ, u, CHAN_EXCEPTED, mask, chan); if (freemask) |