summaryrefslogtreecommitdiff
path: root/modules/memoserv/list.cpp
diff options
context:
space:
mode:
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;
}