]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_who.h
Finish off /WHO (i think it covers everything). Now has a few extra options
[user/henk/code/inspircd.git] / include / commands / cmd_who.h
index 0487c43dc06ce3166bfad79bb38f0079edbe5c57..d76e92aece41422455d9d0817cbc04b7d9bc1004 100644 (file)
@@ -31,8 +31,8 @@
 class cmd_who : public command_t
 {
  public:
-        cmd_who () : command_t("WHO",0,1) { }
-        void Handle(char **parameters, int pcnt, userrec *user);
+        cmd_who () : command_t("WHO",0,1) { syntax = "<server>|<nickname>|<channel>|<realname>|<host>|0 [ohur]"; }
+        void Handle(const char** parameters, int pcnt, userrec *user);
 };
 
 #endif