summaryrefslogtreecommitdiff
path: root/modules/core/os_ignore.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/os_ignore.cpp
parent773a1f3075fa12700d41598c0b8a8dd7caf9011e (diff)
Added a command:permission setting
Diffstat (limited to 'modules/core/os_ignore.cpp')
-rw-r--r--modules/core/os_ignore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/os_ignore.cpp b/modules/core/os_ignore.cpp
index 0713f928f..9f50ec967 100644
--- a/modules/core/os_ignore.cpp
+++ b/modules/core/os_ignore.cpp
@@ -233,7 +233,7 @@ class CommandOSIgnore : public Command
}
public:
- CommandOSIgnore(Module *creator) : Command(creator, "operserv/ignore", 1, 4, "operserv/ignore")
+ CommandOSIgnore(Module *creator) : Command(creator, "operserv/ignore", 1, 4)
{
this->SetDesc(_("Modify the Services ignore list"));
this->SetSyntax(_("ADD \037time\037 \037nick\037 \037reason\037"));