diff options
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r-- | src/snomasks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp index fa8e5ab60..d7cb64f26 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -115,7 +115,7 @@ void Snomask::Flush() std::string desc = GetDescription(LastLetter); std::string msg = "(last message repeated " + ConvToStr(Count) + " times)"; - FOREACH_MOD(I_OnSendSnotice, OnSendSnotice(LastLetter, desc, msg)); + FOREACH_MOD(OnSendSnotice, (LastLetter, desc, msg)); Snomask::Send(LastLetter, desc, msg); } |