X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmessage.cpp;h=f7576fe4789fe2ba7a0bcbcfd9ba13bfa6c3cc3d;hb=deb5dd0dd3b9aeacc544080569c57dacb6cad9de;hp=eb25a672cd7429a6ab32226d94229b73dbb07a89;hpb=566b2a8b00d1b0d251f72c9351998d5c300ada46;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/message.cpp b/src/message.cpp index eb25a672c..f7576fe47 100644 --- a/src/message.cpp +++ b/src/message.cpp @@ -162,7 +162,7 @@ void chop(char* str) return; } string temp = str; - FOREACH_MOD OnServerRaw(temp,false); + FOREACH_MOD OnServerRaw(temp,false,NULL); const char* str2 = temp.c_str(); sprintf(str,"%s",str2);