summaryrefslogtreecommitdiff
path: root/modules/core/bs_bot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/bs_bot.cpp')
-rw-r--r--modules/core/bs_bot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/bs_bot.cpp b/modules/core/bs_bot.cpp
index 38ddc738e..50812d0d0 100644
--- a/modules/core/bs_bot.cpp
+++ b/modules/core/bs_bot.cpp
@@ -304,7 +304,7 @@ class CommandBSBot : public Command
CommandBSBot() : Command("BOT", 1, 6)
{
this->SetFlag(CFLAG_STRIP_CHANNEL);
- this->SetDesc("Maintains network bot list");
+ this->SetDesc(_("Maintains network bot list"));
}
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)