X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_wallops.cpp;h=453ce911de2e04894c21d781c8ed442571121485;hb=922d4ebf7a27a6577d6b4f91e0f42ccdfa989455;hp=bad638815354d4f0b499d3bfd9cbebed0b9a5a6d;hpb=d54fbc71e2a2e0f70002e2d36c669c4aa3d59e17;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_wallops.cpp b/src/cmd_wallops.cpp index bad638815..453ce911d 100644 --- a/src/cmd_wallops.cpp +++ b/src/cmd_wallops.cpp @@ -18,14 +18,14 @@ #include "modules.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_wallops.h" +#include "commands/cmd_wallops.h" extern int MODCOUNT; extern std::vector modules; extern std::vector factory; extern ServerConfig* Config; -void cmd_wallops::Handle (char **parameters, int pcnt, userrec *user) +void cmd_wallops::Handle (const char** parameters, int pcnt, userrec *user) { WriteWallOps(user,false,"%s",parameters[0]); FOREACH_MOD(I_OnWallops,OnWallops(user,parameters[0]));