X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fcommands%2Fcmd_whowas.h;h=6ef30324f7dfc809f0ba579feba1d7f020ce63df;hb=c746f9a9644524751501e72aa35547a7110512c1;hp=50838b17c3a4d8f45396a379f54fa0bc91bd0556;hpb=0757a4a495daabf661ac3b7ab79f0a5ee423abe8;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_whowas.h b/include/commands/cmd_whowas.h index 50838b17c..6ef30324f 100644 --- a/include/commands/cmd_whowas.h +++ b/include/commands/cmd_whowas.h @@ -31,7 +31,7 @@ class cmd_whowas : public command_t { public: - cmd_whowas () : command_t("WHOWAS",0,1) { } + cmd_whowas () : command_t("WHOWAS",0,1) { syntax = "{,}"; } void Handle(const char** parameters, int pcnt, userrec *user); };