From 321e75e27fe582d25d7b4cf3989c261204eeef4e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 20 Jan 2026 16:49:15 +0000 Subject: Remove the u_ prefix from user modes. --- modules/account.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/account.cpp') 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") { } -- cgit v1.3.1-10-gc9f91