diff options
author | Adam <Adam@anope.org> | 2014-04-24 17:10:06 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-04-24 17:10:06 -0400 |
commit | c9473bcc67e0259b0aa79c95424e6fc044777ccc (patch) | |
tree | 4eba691c91d5a115fe35ddae62f4cd20bdce4b45 /modules/commands/bs_kick.cpp | |
parent | 75ed5a9b59dd29b2e63d502eb3425696d93765fd (diff) |
Fix botserv/kick/bolds desc
Diffstat (limited to 'modules/commands/bs_kick.cpp')
-rw-r--r-- | modules/commands/bs_kick.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/bs_kick.cpp b/modules/commands/bs_kick.cpp index c08376e3c..f3f000474 100644 --- a/modules/commands/bs_kick.cpp +++ b/modules/commands/bs_kick.cpp @@ -325,7 +325,7 @@ class CommandBSKickBolds : public CommandBSKickBase public: CommandBSKickBolds(Module *creator) : CommandBSKickBase(creator, "botserv/kick/bolds", 2, 3) { - this->SetDesc(_("Configures badwords kicker")); + this->SetDesc(_("Configures bolds kicker")); this->SetSyntax(_("\037channel\037 {\037ON|OFF\037} [\037ttb\037]")); } |