diff options
Diffstat (limited to 'src/core/ns_help.c')
-rw-r--r-- | src/core/ns_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_help.c b/src/core/ns_help.c index 6a4f630b0..9b1bdfe5c 100644 --- a/src/core/ns_help.c +++ b/src/core/ns_help.c @@ -23,7 +23,7 @@ class CommandNSHelp : public Command this->SetFlag(CFLAG_ALLOW_UNREGISTERED); } - CommandReturn Execute(User *u, std::vector<ci::string> ¶ms) + CommandReturn Execute(User *u, const std::vector<ci::string> ¶ms) { ci::string cmd = params[0]; |