summaryrefslogtreecommitdiff
path: root/modules/core/gl_global.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-04 21:59:01 -0400
committerAdam <Adam@anope.org>2011-08-04 21:59:01 -0400
commit9ec18a3b020932eee6242c878149c484f49b13cb (patch)
tree6f0470e27bf4f3ced0f6833db00134f4b29a79a9 /modules/core/gl_global.cpp
parent773a1f3075fa12700d41598c0b8a8dd7caf9011e (diff)
Added a command:permission setting
Diffstat (limited to 'modules/core/gl_global.cpp')
-rw-r--r--modules/core/gl_global.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/gl_global.cpp b/modules/core/gl_global.cpp
index 390d912ef..80c42e017 100644
--- a/modules/core/gl_global.cpp
+++ b/modules/core/gl_global.cpp
@@ -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"));