]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/command_parse.h
Implement IRCv3 message tag support.
[user/henk/code/inspircd.git] / include / command_parse.h
index f5cb476204ea3b2cf17eea104b45fb780a6d785b..98484ca540f798618c20fdc4a06f99439c03751d 100644 (file)
@@ -38,7 +38,7 @@ class CoreExport CommandParser
         * @param command The name of the command.
         * @param parameters The parameters to the command.
         */
-       void ProcessCommand(LocalUser* user, std::string& command, Command::Params& parameters);
+       void ProcessCommand(LocalUser* user, std::string& command, CommandBase::Params& parameters);
 
        /** Command list, a hash_map of command names to Command*
         */