diff options
Diffstat (limited to 'src/modules/m_services_account.cpp')
| -rw-r--r-- | src/modules/m_services_account.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/modules/m_services_account.cpp b/src/modules/m_services_account.cpp index 8a97a83eb..b5d5f22a6 100644 --- a/src/modules/m_services_account.cpp +++ b/src/modules/m_services_account.cpp @@ -103,11 +103,6 @@ class AccountExtItemImpl final { } - void FromInternal(Extensible* container, const std::string& value) noexcept override - { - StringExtItem::FromInternal(container, value); - } - void FromNetwork(Extensible* container, const std::string& value) noexcept override { StringExtItem::FromNetwork(container, value); @@ -201,7 +196,7 @@ class ModuleServicesAccount final , regdeafmode(this, "regdeaf", 'R') , chanregmode(this) , userregmode(this) - , accountid(this, "accountid", ExtensionType::USER) + , accountid(this, "accountid", ExtensionType::USER, true) , accountname(this) , accountextban(this, accountname) , unauthedextban(this, accountname) |
