X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fcommands%2Fcmd_ping.h;h=c131af628e9b00b851d5d5470848eedda2a0018e;hb=c746f9a9644524751501e72aa35547a7110512c1;hp=fdde057d38823c71a573e7310a31003efb7186b3;hpb=65923c4d397ce3655473b2d25db5acc90aa78075;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_ping.h b/include/commands/cmd_ping.h index fdde057d3..c131af628 100644 --- a/include/commands/cmd_ping.h +++ b/include/commands/cmd_ping.h @@ -31,8 +31,8 @@ class cmd_ping : public command_t { public: - cmd_ping () : command_t("PING",0,1) { } - void Handle(char **parameters, int pcnt, userrec *user); + cmd_ping () : command_t("PING",0,1) { syntax = " [:]"; } + void Handle(const char** parameters, int pcnt, userrec *user); }; #endif