diff options
| author | 2022-01-03 15:14:36 +0000 | |
|---|---|---|
| committer | 2022-01-03 15:14:36 +0000 | |
| commit | b96af051c2dde3da0b81d8e160e0ace985578720 (patch) | |
| tree | aac0c2d60a69b74d57b58b096cb0649d4fe5a4ed /src/modules/m_services_account.cpp | |
| parent | Fix PREFIX in RPL_ISUPPORT (#1955). (diff) | |
| parent | Update 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.cpp | 2 |
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) |
