aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_shun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_shun.cpp')
-rw-r--r--src/modules/m_shun.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp
index d3034ce3c..b11aa8d18 100644
--- a/src/modules/m_shun.cpp
+++ b/src/modules/m_shun.cpp
@@ -136,7 +136,9 @@ class CommandShun : public Command
}
};
-class ModuleShun : public Module, public Stats::EventListener
+class ModuleShun final
+ : public Module
+ , public Stats::EventListener
{
private:
CommandShun cmd;