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:
@@ -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"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user