diff options
Diffstat (limited to 'modules/core/os_akill.cpp')
-rw-r--r-- | modules/core/os_akill.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/core/os_akill.cpp b/modules/core/os_akill.cpp index 499fd380d..63c6c3700 100644 --- a/modules/core/os_akill.cpp +++ b/modules/core/os_akill.cpp @@ -380,6 +380,7 @@ class CommandOSAKill : public Command public: CommandOSAKill() : Command("AKILL", 1, 4, "operserv/akill") { + this->SetDesc("Manipulate the AKILL list"); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) @@ -453,11 +454,6 @@ class CommandOSAKill : public Command { SyntaxError(source, "AKILL", _("AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+\037expiry\037] {\037nick\037 | \037mask\037 | \037entry-list\037} [\037reason\037]]")); } - - void OnServHelp(CommandSource &source) - { - source.Reply(_(" AKILL Manipulate the AKILL list")); - } }; class OSAKill : public Module |