diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/operserv/akill.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/operserv/akill.cpp b/modules/operserv/akill.cpp index 34af97c76..8a752312a 100644 --- a/modules/operserv/akill.cpp +++ b/modules/operserv/akill.cpp @@ -355,6 +355,7 @@ class CommandOSAKill : public Command if (Anope::ReadOnly) source.Reply(_("Services are in read-only mode. Any changes made may not persist.")); } + public: CommandOSAKill(Module *creator) : Command(creator, "operserv/akill", 1, 2) , akills("xlinemanager/sgline") |