]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_rehash.h
(Bigger than it looks, i did this with perl inplace edit) -- commands now take an...
[user/henk/code/inspircd.git] / include / commands / cmd_rehash.h
index f56ab126c4093d4d377a4223f81962454615b197..cb2d2e6663a5a0a1f5795c921a35bc685a07d7f6 100644 (file)
@@ -31,8 +31,8 @@
 class cmd_rehash : public command_t
 {
  public:
-        cmd_rehash () : command_t("REHASH",'o',0) { }
-        void Handle(char **parameters, int pcnt, userrec *user);
+        cmd_rehash (InspIRCd* Instance) : command_t(Instance,"REHASH",'o',0) { syntax = "[<servermask>]"; }
+        void Handle(const char** parameters, int pcnt, userrec *user);
 };
 
 #endif