1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 00:16:39 +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
@@ -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]"));