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:
@@ -67,7 +67,6 @@ CIRCSock::CIRCSock(CIRCNetwork* pNetwork)
|
||||
m_bUHNames(false),
|
||||
m_bAwayNotify(false),
|
||||
m_bAccountNotify(false),
|
||||
m_bAccountTag(false),
|
||||
m_bExtendedJoin(false),
|
||||
m_bServerTime(false),
|
||||
m_sPerms("*!@%+"),
|
||||
|
||||
Reference in New Issue
Block a user