]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_topic.h
First phase of conversion to dynamic limits on all the lengths, configured via the...
[user/henk/code/inspircd.git] / include / commands / cmd_topic.h
index 444e61cfc001171b2de08f5a9c1ba8c0b636dbb5..27cc2073d1aab448f0d1a3c35ba7d1d073275631 100644 (file)
@@ -36,7 +36,7 @@ class CommandTopic : 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