mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
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:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user