diff options
Diffstat (limited to 'src/regchannel.cpp')
-rw-r--r-- | src/regchannel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regchannel.cpp b/src/regchannel.cpp index 1da17530f..20cfc7aed 100644 --- a/src/regchannel.cpp +++ b/src/regchannel.cpp @@ -762,7 +762,7 @@ bool ChannelInfo::CheckKick(User *user) } else { - Entry akick_mask(autokick->mask); + Entry akick_mask(CMODE_BEGIN, autokick->mask); if (akick_mask.Matches(user)) do_kick = true; } |