mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
Fix message truncation in global/global and global/server.
This commit is contained in:
@@ -29,7 +29,7 @@ private:
|
||||
|
||||
public:
|
||||
CommandGLGlobal(Module *creator)
|
||||
: Command(creator, "global/global", 0)
|
||||
: Command(creator, "global/global", 0, 1)
|
||||
, global("GlobalService", "Global")
|
||||
{
|
||||
this->SetDesc(_("Send a message to all users"));
|
||||
|
||||
@@ -29,7 +29,7 @@ private:
|
||||
|
||||
public:
|
||||
CommandGLServer(Module *creator)
|
||||
: Command(creator, "global/server", 1)
|
||||
: Command(creator, "global/server", 1, 2)
|
||||
, global("GlobalService", "Global")
|
||||
{
|
||||
this->SetDesc(_("Send a message to all users on a server"));
|
||||
|
||||
Reference in New Issue
Block a user