diff options
Diffstat (limited to 'modules/core/bs_assign.cpp')
-rw-r--r-- | modules/core/bs_assign.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/bs_assign.cpp b/modules/core/bs_assign.cpp index b1d967305..d86a07c23 100644 --- a/modules/core/bs_assign.cpp +++ b/modules/core/bs_assign.cpp @@ -18,7 +18,7 @@ class CommandBSAssign : public Command public: CommandBSAssign() : Command("ASSIGN", 2, 2) { - this->SetDesc("Assigns a bot to a channel"); + this->SetDesc(_("Assigns a bot to a channel")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |