From 9931ec299446c3d9e149f91a953748350c38eba6 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 8 Jan 2013 20:25:01 -0500 Subject: Use m_rewrite to rewrite op, deop, halfop, ... etc --- modules/commands/help.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/commands/help.cpp') diff --git a/modules/commands/help.cpp b/modules/commands/help.cpp index 252406590..e442a5f1f 100644 --- a/modules/commands/help.cpp +++ b/modules/commands/help.cpp @@ -19,7 +19,6 @@ class CommandHelp : public Command CommandHelp(Module *creator) : Command(creator, "generic/help", 0) { this->SetDesc(_("Displays this list and give information about commands")); - this->SetFlag(CFLAG_STRIP_CHANNEL); this->SetFlag(CFLAG_ALLOW_UNREGISTERED); } -- cgit