diff options
Diffstat (limited to 'include/command_parse.h')
-rw-r--r-- | include/command_parse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/command_parse.h b/include/command_parse.h index 40c3425fb..682489ad5 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -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 |