summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-07-14 21:40:21 -0400
committerAdam <Adam@anope.org>2011-07-14 21:40:21 -0400
commitf277be0f2634cc97881918a0aaf1c0cb6ffad2d6 (patch)
tree6fed92bbd138782cdfe53f17cbc229c6c02afbd5 /src
parent1a2486d2ece150b2f567679d230f0e5f50e4405c (diff)
Fixed OSOpersOnly & CSOpersOnly
Diffstat (limited to 'src')
-rw-r--r--src/regchannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regchannel.cpp b/src/regchannel.cpp
index 131fdf29c..5a6159adc 100644
--- a/src/regchannel.cpp
+++ b/src/regchannel.cpp
@@ -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;