mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Send several caps in the same CAP REQ
If they got NAKed, then retry them one by one This should speed up the usual case Fix #1950
This commit is contained in:
@@ -226,6 +226,7 @@ class CIRCSock : public CIRCSocket {
|
||||
unsigned int m_uCapPaused;
|
||||
SCString m_ssAcceptedCaps;
|
||||
SCString m_ssPendingCaps;
|
||||
SCString m_ssPendingCapsPhase2;
|
||||
MCString m_msCapLsValues;
|
||||
time_t m_lastCTCP;
|
||||
unsigned int m_uNumCTCP;
|
||||
|
||||
Reference in New Issue
Block a user