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