From 9fafbf633b46876401ea6c557898e464a949c3ce Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 26 Dec 2021 00:40:53 +0000 Subject: Make all extensibles use kebab-case for names where possible. --- src/modules/m_nicklock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_nicklock.cpp') 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) { -- cgit v1.3.1-10-gc9f91