]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/command_parse.h
Report invalid command name when invalid command is given in negotiation phase
[user/henk/code/inspircd.git] / include / command_parse.h
index 40c3425fbe3dfc0e139f57c13d10e61152aa4d4a..682489ad5788621d94dd878907d58fcca2ad5a4d 100644 (file)
@@ -38,6 +38,10 @@ class CommandParser : public classbase
         */
        InspIRCd* ServerInstance;
 
+       /** Parameter buffer
+        */
+       std::vector<std::string> para;
+
        /** Process a parameter string into a list of items
         * @param command_p The output list of items
         * @param parameters The input string