diff options
Diffstat (limited to 'modules/commands/hs_set.cpp')
-rw-r--r-- | modules/commands/hs_set.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/commands/hs_set.cpp b/modules/commands/hs_set.cpp index 8c2027305..e35f4d3b9 100644 --- a/modules/commands/hs_set.cpp +++ b/modules/commands/hs_set.cpp @@ -11,7 +11,7 @@ #include "module.h" -class CommandHSSet +class CommandHSSet final : public Command { public: @@ -105,7 +105,7 @@ public: } }; -class CommandHSSetAll +class CommandHSSetAll final : public Command { void Sync(const NickAlias *na) @@ -214,7 +214,7 @@ public: } }; -class HSSet +class HSSet final : public Module { CommandHSSet commandhsset; |