mirror of
https://github.com/anope/anope.git
synced 2026-07-06 12:13:14 +02:00
Use m_rewrite to rewrite op, deop, halfop, ... etc
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user