diff options
Diffstat (limited to 'modules/core/cs_clearusers.cpp')
-rw-r--r-- | modules/core/cs_clearusers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_clearusers.cpp b/modules/core/cs_clearusers.cpp index 2c11a132b..572c396af 100644 --- a/modules/core/cs_clearusers.cpp +++ b/modules/core/cs_clearusers.cpp @@ -18,7 +18,7 @@ class CommandCSClearUsers : public Command public: CommandCSClearUsers() : Command("CLEARUSERS", 1, 1) { - this->SetDesc("Tells ChanServ to clear (kick) all users on a channel"); + this->SetDesc(_("Tells ChanServ to clear (kick) all users on a channel")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |