aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_chgname.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_chgname.cpp')
-rw-r--r--src/modules/m_chgname.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/m_chgname.cpp b/src/modules/m_chgname.cpp
index 3930565c5..053f6427d 100644
--- a/src/modules/m_chgname.cpp
+++ b/src/modules/m_chgname.cpp
@@ -26,7 +26,8 @@
#include "inspircd.h"
-class CommandChgname : public Command
+class CommandChgname final
+ : public Command
{
public:
CommandChgname(Module* Creator) : Command(Creator,"CHGNAME", 2, 2)