From dec5875aca7a2e0c281388db2f25d195ad9b2a3d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 4 Oct 2021 17:07:51 +0100 Subject: Apply the final keyword to all module classes where appropriate. --- src/modules/m_serverban.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_serverban.cpp') diff --git a/src/modules/m_serverban.cpp b/src/modules/m_serverban.cpp index dd404a205..d42da1e23 100644 --- a/src/modules/m_serverban.cpp +++ b/src/modules/m_serverban.cpp @@ -26,7 +26,7 @@ #include "inspircd.h" #include "modules/extban.h" -class ServerExtBan +class ServerExtBan final : public ExtBan::MatchingBase { public: @@ -41,7 +41,7 @@ class ServerExtBan } }; -class ModuleServerBan +class ModuleServerBan final : public Module { private: -- cgit v1.3.1-10-gc9f91