aboutsummaryrefslogtreecommitdiffstats
path: root/modules/account.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-01-20 16:49:15 +0000
committerGravatar Sadie Powell2026-01-20 16:53:47 +0000
commit321e75e27fe582d25d7b4cf3989c261204eeef4e (patch)
tree7dd348658b180e351b7e231fdbc6c15a1ea87707 /modules/account.cpp
parentClean up the sslmodes module. (diff)
downloadinspircd++-321e75e27fe582d25d7b4cf3989c261204eeef4e.tar.gz
inspircd++-321e75e27fe582d25d7b4cf3989c261204eeef4e.tar.bz2
inspircd++-321e75e27fe582d25d7b4cf3989c261204eeef4e.zip
Remove the u_ prefix from user modes.
Diffstat (limited to 'modules/account.cpp')
-rw-r--r--modules/account.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/account.cpp b/modules/account.cpp
index f7cce63ed..de0ec646b 100644
--- a/modules/account.cpp
+++ b/modules/account.cpp
@@ -96,7 +96,7 @@ public:
, accountext(mod)
, accountidext(mod, "accountid", ExtensionType::USER, true)
, accountnicksext(mod, "accountnicks", ExtensionType::USER, true)
- , identifiedmode(mod, "u_registered")
+ , identifiedmode(mod, "registered")
{
}