aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_services_account.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-01-03 15:14:36 +0000
committerGravatar Sadie Powell2022-01-03 15:14:36 +0000
commitb96af051c2dde3da0b81d8e160e0ace985578720 (patch)
treeaac0c2d60a69b74d57b58b096cb0649d4fe5a4ed /src/modules/m_services_account.cpp
parentFix PREFIX in RPL_ISUPPORT (#1955). (diff)
parentUpdate IRCCloud IP ranges (diff)
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_services_account.cpp')
-rw-r--r--src/modules/m_services_account.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/m_services_account.cpp b/src/modules/m_services_account.cpp
index ce1d45031..7f8140c83 100644
--- a/src/modules/m_services_account.cpp
+++ b/src/modules/m_services_account.cpp
@@ -184,6 +184,7 @@ class ModuleServicesAccount final
SimpleUserMode regdeafmode;
RegisteredChannel chanregmode;
RegisteredUser userregmode;
+ AccountExtItem accountid;
AccountExtItemImpl accountname;
AccountExtBan accountextban;
UnauthedExtBan unauthedextban;
@@ -200,6 +201,7 @@ class ModuleServicesAccount final
, regdeafmode(this, "regdeaf", 'R')
, chanregmode(this)
, userregmode(this)
+ , accountid(this, "accountid", ExtensionType::USER)
, accountname(this)
, accountextban(this, accountname)
, unauthedextban(this, accountname)