]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_oper.h
Grr at windows exports
[user/henk/code/inspircd.git] / include / commands / cmd_oper.h
index 80d7c8b37824edf943c2b39aa5123fd4fd065065..3ec8cbca79fc6d408033f695a9bc3bd1e97917e8 100644 (file)
@@ -38,7 +38,7 @@ class CommandOper : 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