diff options
Diffstat (limited to 'modules/core/cs_kick.cpp')
-rw-r--r-- | modules/core/cs_kick.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_kick.cpp b/modules/core/cs_kick.cpp index cd0c5c387..2f165fb72 100644 --- a/modules/core/cs_kick.cpp +++ b/modules/core/cs_kick.cpp @@ -18,7 +18,7 @@ class CommandCSKick : public Command public: CommandCSKick() : Command("KICK", 2, 3) { - this->SetDesc("Kicks a selected nick from a channel"); + this->SetDesc(_("Kicks a selected nick from a channel")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |