summaryrefslogtreecommitdiff
path: root/modules/chanserv/seen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/chanserv/seen.cpp')
-rw-r--r--modules/chanserv/seen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanserv/seen.cpp b/modules/chanserv/seen.cpp
index db52f269e..87c8c9907 100644
--- a/modules/chanserv/seen.cpp
+++ b/modules/chanserv/seen.cpp
@@ -153,7 +153,7 @@ class CommandOSSeen : public Command
time_t time = 0;
if ((params.size() < 2) || (0 >= (time = Anope::DoTime(params[1]))))
{
- this->OnSyntaxError(source, params[0]);
+ this->OnSyntaxError(source, "CLEAR");
return;
}
time = Anope::CurTime - time;