diff options
Diffstat (limited to 'modules/core/os_ignore.cpp')
-rw-r--r-- | modules/core/os_ignore.cpp | 2 |
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")); |