summaryrefslogtreecommitdiff
path: root/modules/memoserv/read.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/memoserv/read.cpp')
-rw-r--r--modules/memoserv/read.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/memoserv/read.cpp b/modules/memoserv/read.cpp
index 60fc98b0c..4a2168675 100644
--- a/modules/memoserv/read.cpp
+++ b/modules/memoserv/read.cpp
@@ -124,7 +124,7 @@ class CommandMSRead : public Command
if (numstr.empty() || (!numstr.equals_ci("LAST") && !numstr.equals_ci("NEW") && !numstr.equals_ci("ALL") && numstr.find_first_not_of("0123456789.,-") != Anope::string::npos))
{
- this->OnSyntaxError(source, numstr);
+ this->OnSyntaxError(source);
return;
}