summaryrefslogtreecommitdiff
path: root/modules/chanserv/list.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/chanserv/list.cpp')
-rw-r--r--modules/chanserv/list.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanserv/list.cpp b/modules/chanserv/list.cpp
index 1f89b0274..972099610 100644
--- a/modules/chanserv/list.cpp
+++ b/modules/chanserv/list.cpp
@@ -229,7 +229,7 @@ class CommandCSSetPrivate : public Command
}
else
{
- this->OnSyntaxError(source, "PRIVATE");
+ this->OnSyntaxError(source);
}
}