From ef06226521d27de88a49a84d8224568fec7624c3 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 6 May 2013 07:40:43 -0400 Subject: Update the rest of modules.example.conf, default inspircd status modes to a sane rank incase they are prefixless, and 50 other things --- modules/commands/cs_suspend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_suspend.cpp') diff --git a/modules/commands/cs_suspend.cpp b/modules/commands/cs_suspend.cpp index a26cbacd5..5fc6fe287 100644 --- a/modules/commands/cs_suspend.cpp +++ b/modules/commands/cs_suspend.cpp @@ -19,7 +19,7 @@ class CommandCSSuspend : public Command CommandCSSuspend(Module *creator) : Command(creator, "chanserv/suspend", 1, 3) { this->SetDesc(_("Prevent a channel from being used preserving channel data and settings")); - this->SetSyntax(_("\037channel\037 [+\037expiry\037] [\037reason\037]")); + this->SetSyntax(_("\037channel\037 [+\037expiry\037] \037reason\037")); } void Execute(CommandSource &source, const std::vector ¶ms) anope_override -- cgit