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:
@@ -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]"));
|
||||
|
||||
Reference in New Issue
Block a user