1
0
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:
Adam
2013-01-08 20:25:01 -05:00
parent 5f3dfc2960
commit 9931ec2994
15 changed files with 313 additions and 544 deletions
-1
View File
@@ -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);
}