1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 14:13:13 +02:00

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.
This commit is contained in:
Robby-
2013-09-29 08:55:32 +02:00
committed by Adam
parent 32a57150ec
commit ed06609ae1
9 changed files with 42 additions and 26 deletions
+1 -1
View File
@@ -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"));
}