X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_wallops.h;h=b8a4f690a0b7f9bb80389b4bae33be4d67e6e1be;hb=c746f9a9644524751501e72aa35547a7110512c1;hp=b32783ef6e276d25cbe4e3f0ebfb4215986999b8;hpb=65923c4d397ce3655473b2d25db5acc90aa78075;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_wallops.h b/include/commands/cmd_wallops.h index b32783ef6..b8a4f690a 100644 --- a/include/commands/cmd_wallops.h +++ b/include/commands/cmd_wallops.h @@ -31,8 +31,8 @@ class cmd_wallops : public command_t { public: - cmd_wallops () : command_t("WALLOPS",'o',1) { } - void Handle(char **parameters, int pcnt, userrec *user); + cmd_wallops () : command_t("WALLOPS",'o',1) { syntax = ""; } + void Handle(const char** parameters, int pcnt, userrec *user); }; #endif