]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_invite.h
Properly name the windows service error constants and put proper descriptions in...
[user/henk/code/inspircd.git] / include / commands / cmd_invite.h
index 8d50adb4caf070e1d45eed014d323ca8675c19e5..594cf270263d476649b8c33797566bf8a62fe673 100644 (file)
@@ -36,7 +36,7 @@ class CommandInvite : 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