From da6543d17b689c31226e1b7ba1ce7de29baee2df Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 13 Jan 2013 22:05:30 -0500 Subject: Allow grouping commands to make help output easier to comprehend --- modules/commands/cs_info.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/commands/cs_info.cpp') diff --git a/modules/commands/cs_info.cpp b/modules/commands/cs_info.cpp index a4a0e4151..c007d9341 100644 --- a/modules/commands/cs_info.cpp +++ b/modules/commands/cs_info.cpp @@ -31,6 +31,7 @@ class CommandCSInfo : public Command { this->SetDesc(_("Lists information about the named registered channel")); this->SetSyntax(_("\037channel\037")); + this->SetFlag(CFLAG_ALLOW_UNREGISTERED); } void Execute(CommandSource &source, const std::vector ¶ms) anope_override -- cgit