mirror of
https://github.com/anope/anope.git
synced 2026-07-08 16:23: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:
@@ -194,7 +194,7 @@ class CommandOSStats : public Command
|
||||
akills("XLineManager", "xlinemanager/sgline"), snlines("XLineManager", "xlinemanager/snline"), sqlines("XLineManager", "xlinemanager/sqline")
|
||||
{
|
||||
this->SetDesc(_("Show status of Services and network"));
|
||||
this->SetSyntax(_("[AKILL | HASH | UPLINK | UPTIME | ALL | RESET]"));
|
||||
this->SetSyntax("[AKILL | HASH | UPLINK | UPTIME | ALL | RESET]");
|
||||
}
|
||||
|
||||
void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) anope_override
|
||||
|
||||
Reference in New Issue
Block a user