From 8348392af2542be8f272673a774f1d021858dd2c Mon Sep 17 00:00:00 2001 From: Jens Voß Date: Tue, 9 Aug 2011 13:36:33 +0200 Subject: fixed wrong syntax-message for botserv set msg --- modules/commands/bs_set.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/bs_set.cpp') diff --git a/modules/commands/bs_set.cpp b/modules/commands/bs_set.cpp index 97bdf9525..816114062 100644 --- a/modules/commands/bs_set.cpp +++ b/modules/commands/bs_set.cpp @@ -284,7 +284,7 @@ class CommandBSSet : public Command else if (subcommand.equals_ci("GREET")) this->SendSyntax(source, "\037channel\037 GREET {\037ON|OFF\037}"); else if (subcommand.equals_ci("MSG")) - this->SendSyntax(source, "\037channel\037 MSG {\037ON|OFF\037}"); + this->SendSyntax(source, "\037channel\037 MSG {\037PRIVMSG|NOTICE|NOTICEOPS|OFF\037}"); else if (subcommand.equals_ci("NOBOT")) this->SendSyntax(source, "\037channel\037 NOBOT {\037ON|OFF\037}"); else -- cgit