]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_rehash.h
Don't propegate SETHOST, ChangeDisplayedHost sends out hostchange anyway
[user/henk/code/inspircd.git] / include / commands / cmd_rehash.h
index 92282fe8a9a52cd7070b770d2ab3ccd097a0dd32..23dec046209ebbfadea10c50bc1b58748ec6eab3 100644 (file)
@@ -36,7 +36,7 @@ class CommandRehash : public Command
         * @param user The user issuing the command
         * @return A value from CmdResult to indicate command success or failure.
         */
-       CmdResult Handle(const char* const* parameters, int pcnt, User *user);
+       CmdResult Handle(const std::vector<std::string>& parameters, User *user);
 };
 
 #endif