Modulefy core server-dependent caps

This commit is contained in:
Alexey Sokolov
2024-01-13 23:34:03 +00:00
parent da3919245b
commit f7ff0ee3f3
6 changed files with 86 additions and 15 deletions

View File

@@ -335,6 +335,7 @@ class CClient : public CIRCSocket {
SCString m_ssServerDependentCaps;
friend class ClientTest;
friend class CCoreCaps;
};
#endif // !ZNC_CLIENT_H

View File

@@ -240,6 +240,7 @@ class CIRCSock : public CIRCSocket {
VCString m_vsSSLError;
friend class CIRCFloodTimer;
friend class CCoreCaps;
};
#endif // !ZNC_IRCSOCK_H