mirror of
https://github.com/anope/anope.git
synced 2026-07-10 05:03:13 +02:00
Fixed some of the extra modules
This commit is contained in:
@@ -119,7 +119,7 @@ class CommandCSEnforce : public Command
|
||||
}
|
||||
}
|
||||
public:
|
||||
CommandCSEnforce(Module *creator) : Command(creator, "ENFORCE", 1, 2)
|
||||
CommandCSEnforce(Module *creator) : Command(creator, "chanserv/enforce", 1, 2)
|
||||
{
|
||||
this->SetDesc(_("Enforce various channel modes and set options"));
|
||||
this->SetSyntax(_("\037channel\037 [\037what\037]"));
|
||||
|
||||
Reference in New Issue
Block a user