diff options
author | Adam <Adam@anope.org> | 2017-10-08 14:22:20 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-10-08 14:22:20 -0400 |
commit | eb1976d11ea56bfac045c0eb92e7daae8a688c28 (patch) | |
tree | e5ef463bec76d0a0cc36c748030ba47b252c241f /modules/operserv/akill.cpp | |
parent | 2cb0d9057bf1968d36168a76e25f4cf4d3b33fbf (diff) |
Fix caching xline mask
Diffstat (limited to 'modules/operserv/akill.cpp')
-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") |