mirror of
https://github.com/anope/anope.git
synced 2026-06-28 10:46:38 +02:00
Fix not setting the correct compile flags on modules and fix the resulting warnings
This commit is contained in:
+1
-4
@@ -104,10 +104,7 @@ void Channel::CheckModes()
|
||||
return;
|
||||
}
|
||||
|
||||
EventReturn MOD_RESULT;
|
||||
FOREACH_RESULT(OnCheckModes, MOD_RESULT, (this));
|
||||
if (MOD_RESULT == EVENT_STOP)
|
||||
return;
|
||||
FOREACH_MOD(OnCheckModes, (this));
|
||||
}
|
||||
|
||||
bool Channel::CheckDelete()
|
||||
|
||||
Reference in New Issue
Block a user