1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 08:43:14 +02:00

Fixed OSOpersOnly & CSOpersOnly

This commit is contained in:
Adam
2011-07-14 21:40:21 -04:00
parent 1a2486d2ec
commit f277be0f26
5 changed files with 29 additions and 7 deletions
+1 -1
View File
@@ -791,7 +791,7 @@ bool ChannelInfo::CheckKick(User *user)
bool set_modes = false, do_kick = false;
EventReturn MOD_RESULT;
FOREACH_MOD(I_OnCheckKick, OnCheckKick(user, this, do_kick));
FOREACH_RESULT(I_OnCheckKick, OnCheckKick(user, this, do_kick));
if (MOD_RESULT == EVENT_ALLOW)
return false;