]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_wallops.h
REMOTE STATS! WOOO AND YAY!
[user/henk/code/inspircd.git] / include / commands / cmd_wallops.h
index b32783ef6e276d25cbe4e3f0ebfb4215986999b8..b8a4f690a0b7f9bb80389b4bae33be4d67e6e1be 100644 (file)
@@ -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 = "<any-text>"; }
+        void Handle(const char** parameters, int pcnt, userrec *user);
 };
 
 #endif