aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_nicklock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_nicklock.cpp')
-rw-r--r--src/modules/m_nicklock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_nicklock.cpp b/src/modules/m_nicklock.cpp
index 66b6dc207..d02df562d 100644
--- a/src/modules/m_nicklock.cpp
+++ b/src/modules/m_nicklock.cpp
@@ -151,7 +151,7 @@ class ModuleNickLock final
public:
ModuleNickLock()
: Module(VF_VENDOR | VF_OPTCOMMON, "Adds the /NICKLOCK command which allows server operators to change a user's nickname and prevent them from changing it again until they disconnect.")
- , locked(this, "nick_locked", ExtensionType::USER)
+ , locked(this, "nick-locked", ExtensionType::USER)
, cmd1(this, locked)
, cmd2(this, locked)
{