diff options
Diffstat (limited to 'modules/commands/greet.cpp')
-rw-r--r-- | modules/commands/greet.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/commands/greet.cpp b/modules/commands/greet.cpp index 81a5e9c6d..1260b3a28 100644 --- a/modules/commands/greet.cpp +++ b/modules/commands/greet.cpp @@ -11,7 +11,7 @@ #include "module.h" -class CommandBSSetGreet +class CommandBSSetGreet final : public Command { public: @@ -138,7 +138,7 @@ public: } }; -class CommandNSSASetGreet +class CommandNSSASetGreet final : public CommandNSSetGreet { public: @@ -165,7 +165,7 @@ public: } }; -class Greet +class Greet final : public Module { /* channel setting for whether or not greet should be shown */ |