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_entrymsg.cpp | |
parent | cb56d508373b0a28a781d14249386eb643b1773c (diff) |
Fixed some of the extra modules
Diffstat (limited to 'modules/extra/cs_entrymsg.cpp')
-rw-r--r-- | modules/extra/cs_entrymsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/cs_entrymsg.cpp b/modules/extra/cs_entrymsg.cpp index 28f5603f8..6c4441506 100644 --- a/modules/extra/cs_entrymsg.cpp +++ b/modules/extra/cs_entrymsg.cpp @@ -97,7 +97,7 @@ class CommandEntryMessage : public Command } public: - CommandEntryMessage(Module *creator) : Command(creator, "ENTRYMSG", 2, 3) + CommandEntryMessage(Module *creator) : Command(creator, "chanserv/entrymsg", 2, 3) { this->SetDesc(_("Manage the channel's entry messages")); this->SetSyntax(_("\037channel\037 {ADD|DEL|LIST|CLEAR} [\037message\037|\037num\037]")); |