mirror of
https://github.com/anope/anope.git
synced 2026-07-02 01:46:39 +02:00
Added a command:permission setting
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
class CommandMSSendAll : public Command
|
||||
{
|
||||
public:
|
||||
CommandMSSendAll(Module *creator) : Command(creator, "memoserv/sendall", 1, 1, "memoserv/sendall")
|
||||
CommandMSSendAll(Module *creator) : Command(creator, "memoserv/sendall", 1, 1)
|
||||
{
|
||||
this->SetDesc(_("Send a memo to all registered users"));
|
||||
this->SetSyntax(_("\037memo-text\037"));
|
||||
|
||||
Reference in New Issue
Block a user