diff options
Diffstat (limited to 'modules/commands/ns_logout.cpp')
-rw-r--r-- | modules/commands/ns_logout.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/ns_logout.cpp b/modules/commands/ns_logout.cpp index 7a273f08c..8b92f7558 100644 --- a/modules/commands/ns_logout.cpp +++ b/modules/commands/ns_logout.cpp @@ -13,7 +13,7 @@ static ServiceReference<NickServService> NickServService("NickServService", "NickServ"); -class CommandNSLogout +class CommandNSLogout final : public Command { public: @@ -77,7 +77,7 @@ public: } }; -class NSLogout +class NSLogout final : public Module { CommandNSLogout commandnslogout; |