mirror of
https://github.com/anope/anope.git
synced 2026-06-28 04:36:37 +02:00
Include tags in OnMessage.
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ void Anope::Process(const Anope::string &buffer)
|
||||
MessageSource src(source);
|
||||
|
||||
EventReturn MOD_RESULT;
|
||||
FOREACH_RESULT(OnMessage, MOD_RESULT, (src, command, params));
|
||||
FOREACH_RESULT(OnMessage, MOD_RESULT, (src, command, params, tags));
|
||||
if (MOD_RESULT == EVENT_STOP)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user