diff options
author | lethality <lethality@anope.org> | 2011-07-17 13:08:15 +0100 |
---|---|---|
committer | lethality <lethality@anope.org> | 2011-07-17 13:08:15 +0100 |
commit | 46f2f3bd8f5b0d010144d515a744afb292027b0c (patch) | |
tree | 577383f96a1f11c24dbb567e5edaf48f5459bdc0 /modules/extra/cs_enforce.cpp | |
parent | cb56d508373b0a28a781d14249386eb643b1773c (diff) |
Fixed some of the extra modules
Diffstat (limited to 'modules/extra/cs_enforce.cpp')
-rw-r--r-- | modules/extra/cs_enforce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/cs_enforce.cpp b/modules/extra/cs_enforce.cpp index d258f7458..4ba813ffd 100644 --- a/modules/extra/cs_enforce.cpp +++ b/modules/extra/cs_enforce.cpp @@ -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]")); |