diff options
author | Adam <Adam@anope.org> | 2011-08-04 21:59:01 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-04 21:59:01 -0400 |
commit | 9ec18a3b020932eee6242c878149c484f49b13cb (patch) | |
tree | 6f0470e27bf4f3ced0f6833db00134f4b29a79a9 /modules/core/os_oper.cpp | |
parent | 773a1f3075fa12700d41598c0b8a8dd7caf9011e (diff) |
Added a command:permission setting
Diffstat (limited to 'modules/core/os_oper.cpp')
-rw-r--r-- | modules/core/os_oper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/os_oper.cpp b/modules/core/os_oper.cpp index 8c4745c2a..237c0b5bc 100644 --- a/modules/core/os_oper.cpp +++ b/modules/core/os_oper.cpp @@ -16,7 +16,7 @@ class CommandOSOper : public Command { public: - CommandOSOper(Module *creator) : Command(creator, "operserv/oper", 1, 3, "operserv/oper") + CommandOSOper(Module *creator) : Command(creator, "operserv/oper", 1, 3) { this->SetDesc(_("View and change services operators")); this->SetSyntax(_("ADD \037oper\037 \037type\037")); |