]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_whois.h
Properly name the windows service error constants and put proper descriptions in...
[user/henk/code/inspircd.git] / include / commands / cmd_whois.h
index bee2f760f0108a81db4d049063c34d846a56905e..64e2a94cf0493a3db18baed099ced11d321c80dd 100644 (file)
@@ -39,7 +39,7 @@ class CommandWhois : 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