summaryrefslogtreecommitdiff
path: root/modules/commands/cs_seen.cpp
diff options
context:
space:
mode:
authorRobby- <robby@chat.be>2013-09-29 08:55:32 +0200
committerAdam <Adam@anope.org>2013-09-29 15:42:22 -0400
commited06609ae1b100997981a3c91bcf46d7a31bc7bd (patch)
tree183d41ecc968d0385d3f01b61fc67c5aa492f36a /modules/commands/cs_seen.cpp
parent32a57150ecddc75b1bfd2efc185575b76431cbff (diff)
NickServ: Change a few log wordings and add missing log calls to some commands.
ns_suspend and cs_suspend: Fix log wording, and correct syntax to show the reason is optional.
Diffstat (limited to 'modules/commands/cs_seen.cpp')
-rw-r--r--modules/commands/cs_seen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_seen.cpp b/modules/commands/cs_seen.cpp
index b483e9e74..1af50ddd3 100644
--- a/modules/commands/cs_seen.cpp
+++ b/modules/commands/cs_seen.cpp
@@ -116,7 +116,7 @@ class CommandOSSeen : public Command
CommandOSSeen(Module *creator) : Command(creator, "operserv/seen", 1, 2)
{
this->SetDesc(_("Statistics and maintenance for seen data"));
- this->SetSyntax(_("STATS"));
+ this->SetSyntax("STATS");
this->SetSyntax(_("CLEAR \037time\037"));
}