diff options
| author | 2020-02-21 09:01:48 +0000 | |
|---|---|---|
| committer | 2021-12-28 13:19:22 +0000 | |
| commit | 4c931b6f6acbb3bc77d3d60d6a67d9d8cf867e76 (patch) | |
| tree | 038599233bd87ad93832aa336ff7aa0c6691a8ad /src/modules/m_services_account.cpp | |
| parent | Fix not being able to look up hostnames that point to multiple IPs. (diff) | |
Send an account id tag when account-tag & message-tags are enabled.
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 cf57a4246..87bd5cf13 100644 --- a/src/modules/m_services_account.cpp +++ b/src/modules/m_services_account.cpp @@ -148,6 +148,7 @@ class ModuleServicesAccount SimpleUserModeHandler regdeafmode; Channel_r chanregmode; User_r userregmode; + AccountExtItem accountid; AccountExtItemImpl accountname; bool checking_ban; @@ -162,6 +163,7 @@ class ModuleServicesAccount , regdeafmode(this, "regdeaf", 'R') , chanregmode(this) , userregmode(this) + , accountid("accountid", ExtensionItem::EXT_USER, this) , accountname(this) , checking_ban(false) { |
