diff options
author | Adam <Adam@anope.org> | 2012-03-05 14:29:48 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-03-05 14:29:48 -0500 |
commit | 8e0104363f33b5618ac0a66856cf8d649a3c96ed (patch) | |
tree | e46d38d7229117058f61fcb7962bad520340211e /modules/commands/bs_kick.cpp | |
parent | b7a6d518b0bb7837c2b9a453f133ffcd03d392ca (diff) |
Fixed bs_kick syntax error
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 5824a8650..42b43e7a1 100644 --- a/modules/commands/bs_kick.cpp +++ b/modules/commands/bs_kick.cpp @@ -20,7 +20,7 @@ class CommandBSKick : public Command CommandBSKick(Module *creator) : Command(creator, "botserv/kick", 3, 6) { this->SetDesc(_("Configures kickers")); - this->SetSyntax(_("\037channel\037 \037option\037 {\037ON|\037} [\037settings\037]")); + this->SetSyntax(_("\037channel\037 \037option\037 {\037ON|OFF\037} [\037settings\037]")); } void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) anope_override |