mirror of
https://github.com/anope/anope.git
synced 2026-07-03 23:23:13 +02:00
Added support for extbans
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user