summaryrefslogtreecommitdiff
path: root/modules/memoserv/list.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-11-19 16:11:35 -0500
committerAdam <Adam@anope.org>2017-11-19 16:11:35 -0500
commit2fda0fff4655e92e388d7823e5b1c1f0c6bcfe2d (patch)
treeb2cde60f3c2c98782690d67d134263924f59cc78 /modules/memoserv/list.cpp
parent3fb9bb5118a5c3c6c916a48feed0e069867f3133 (diff)
Add subcommand syntax help, and reference subcommand help in syntax error messages
Diffstat (limited to 'modules/memoserv/list.cpp')
-rw-r--r--modules/memoserv/list.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/memoserv/list.cpp b/modules/memoserv/list.cpp
index 4de956d75..14027fa7b 100644
--- a/modules/memoserv/list.cpp
+++ b/modules/memoserv/list.cpp
@@ -62,7 +62,7 @@ class CommandMSList : public Command
if (!param.empty() && !isdigit(param[0]) && !param.equals_ci("NEW"))
{
- this->OnSyntaxError(source, param);
+ this->OnSyntaxError(source);
return;
}