diff options
Diffstat (limited to 'src/modules/m_setident.cpp')
| -rw-r--r-- | src/modules/m_setident.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/m_setident.cpp b/src/modules/m_setident.cpp index 7352f0a4b..79358c162 100644 --- a/src/modules/m_setident.cpp +++ b/src/modules/m_setident.cpp @@ -58,7 +58,8 @@ class CommandSetident : public Command } }; -class ModuleSetIdent : public Module +class ModuleSetIdent final + : public Module { private: CommandSetident cmd; |
