]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_server.h
Okay, this was good in theory, but totally and utterly fucked in implementation....
[user/henk/code/inspircd.git] / include / commands / cmd_server.h
index 4ee7e307d294209ab2488bbcda939380ac678dfc..9de4b8381e25b38f7714c289cb74e19f05ef77a0 100644 (file)
@@ -36,7 +36,7 @@ class CommandServer : public Command
         * @param user The user issuing the command
         * @return A value from CmdResult to indicate command success or failure.
         */
-       CmdResult Handle(const char** parameters, int pcnt, User *user);
+       CmdResult Handle(const std::vector<std::string>& parameters, User *user);
 };
 
 #endif