mirror of
https://github.com/znc/znc.git
synced 2026-05-02 11:32:29 +02: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:
@@ -84,7 +84,6 @@ CClient::CClient() : CIRCSocket(),
|
||||
m_bCapNotify(false),
|
||||
m_bAwayNotify(false),
|
||||
m_bAccountNotify(false),
|
||||
m_bAccountTag(false),
|
||||
m_bExtendedJoin(false),
|
||||
m_bNamesx(false),
|
||||
m_bUHNames(false),
|
||||
|
||||
Reference in New Issue
Block a user