aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_setident.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_setident.cpp')
-rw-r--r--src/modules/m_setident.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/m_setident.cpp b/src/modules/m_setident.cpp
index 79358c162..125440710 100644
--- a/src/modules/m_setident.cpp
+++ b/src/modules/m_setident.cpp
@@ -27,7 +27,8 @@
#include "inspircd.h"
-class CommandSetident : public Command
+class CommandSetident final
+ : public Command
{
public:
CommandSetident(Module* Creator) : Command(Creator,"SETIDENT", 1)