mirror of
https://github.com/anope/anope.git
synced 2026-07-05 11:03:12 +02:00
Do not translate command parameters that do not have translatable strings in them, or are not meant to be translated in the first place.
This commit is contained in:
@@ -61,7 +61,7 @@ class CommandNSSetChanstats : public Command
|
||||
CommandNSSetChanstats(Module *creator, const Anope::string &sname = "nickserv/set/chanstats", size_t min = 1 ) : Command(creator, sname, min, min + 1)
|
||||
{
|
||||
this->SetDesc(_("Turn chanstats statistics on or off"));
|
||||
this->SetSyntax(_("{ON | OFF}"));
|
||||
this->SetSyntax("{ON | OFF}");
|
||||
}
|
||||
void Run(CommandSource &source, const Anope::string &user, const Anope::string ¶m, bool saset = false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user