Remove unused field and getter

When account-tag was introduced, these fields were used, but since cap
3.2 this is no longer useful
This commit is contained in:
Alexey Sokolov
2024-02-10 00:18:11 +00:00
parent 78d7cc34e8
commit 6e0591ff98
5 changed files with 0 additions and 11 deletions

View File

@@ -46,12 +46,7 @@ class CCoreCaps : public CModule {
};
class AccountTag : public CCapability {
void OnServerChangedSupport(CIRCNetwork* pNetwork,
bool bState) override {
pNetwork->GetIRCSock()->m_bAccountTag = bState;
}
void OnClientChangedSupport(CClient* pClient, bool bState) override {
pClient->m_bAccountTag = bState;
pClient->SetTagSupport("account", bState);
}
};