]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_links.h
Fix a plausible memory leak on rehash, thanks dz.
[user/henk/code/inspircd.git] / include / commands / cmd_links.h
index 122de378291de6a3d38564468e5f92f1f93b3072..3a4d284c902ac36e1e2b349aa6784c1dda954660 100644 (file)
@@ -36,7 +36,7 @@ class CommandLinks : 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