]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_whowas.h
REMOTE STATS! WOOO AND YAY!
[user/henk/code/inspircd.git] / include / commands / cmd_whowas.h
index 50838b17c3a4d8f45396a379f54fa0bc91bd0556..6ef30324f7dfc809f0ba579feba1d7f020ce63df 100644 (file)
@@ -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 = "<nick>{,<nick>}"; }
         void Handle(const char** parameters, int pcnt, userrec *user);
 };