1
0
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:
Sadie Powell
2024-02-21 15:34:35 +00:00
parent ccfaca32a2
commit 85687781d1
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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;