1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 07:43:13 +02:00

Fix botserv/kick/bolds desc

This commit is contained in:
Adam
2014-04-24 17:10:06 -04:00
parent 75ed5a9b59
commit c9473bcc67
+1 -1
View File
@@ -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]"));
}