]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_lusers.h
Fix a plausible memory leak on rehash, thanks dz.
[user/henk/code/inspircd.git] / include / commands / cmd_lusers.h
index 70e1d885f3384b3b4508dcf2f3bcbfdae16f36d3..4f473076e747f5423f49efe2597f735271a24422 100644 (file)
@@ -36,7 +36,7 @@ class CommandLusers : 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