1
0
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:
lethality
2011-07-17 13:08:15 +01:00
parent cb56d50837
commit 46f2f3bd8f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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]"));