mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Add comments to header
This commit is contained in:
@@ -225,8 +225,20 @@ class CClient : public CIRCSocket {
|
||||
*/
|
||||
void SetTagSupport(const CString& sTag, bool bState);
|
||||
|
||||
/** Notifies client about one specific cap which server has just notified us about.
|
||||
*/
|
||||
void NotifyServerDependentCap(const CString& sCap, bool bValue);
|
||||
/** Notifies client that all these caps are now available.
|
||||
*
|
||||
* This function will internally filter only those which are server-dependent.
|
||||
* This is when new client connects to an already connected server, and
|
||||
* when server has just connected and finished negotiating caps.
|
||||
*/
|
||||
void NotifyServerDependentCaps(const SCString& ssCaps);
|
||||
/** Notifies client that all server-dependent caps are not available anymore.
|
||||
*
|
||||
* Called when server disconnects.
|
||||
*/
|
||||
void ClearServerDependentCaps();
|
||||
|
||||
void ReadLine(const CString& sData) override;
|
||||
|
||||
Reference in New Issue
Block a user