summaryrefslogtreecommitdiff
path: root/modules/core/cs_status.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_status.cpp')
-rw-r--r--modules/core/cs_status.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_status.cpp b/modules/core/cs_status.cpp
index 84c9e4a82..d45c09ab8 100644
--- a/modules/core/cs_status.cpp
+++ b/modules/core/cs_status.cpp
@@ -18,7 +18,7 @@ class CommandCSStatus : public Command
public:
CommandCSStatus() : Command("STATUS", 2, 2, "chanserv/status")
{
- this->SetDesc("Returns the current access level of a user on a channel");
+ this->SetDesc(_("Returns the current access level of a user on a channel"));
}
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)