diff options
Diffstat (limited to 'modules/commands/os_stats.cpp')
-rw-r--r-- | modules/commands/os_stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_stats.cpp b/modules/commands/os_stats.cpp index 50d19692e..f19852b0d 100644 --- a/modules/commands/os_stats.cpp +++ b/modules/commands/os_stats.cpp @@ -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 |