mirror of
https://github.com/znc/znc.git
synced 2026-08-08 09:52:55 +02:00
Add server time CAP and Client flag.
This commit is contained in:
@@ -85,6 +85,7 @@ public:
|
||||
m_bNamesx = false;
|
||||
m_bUHNames = false;
|
||||
m_bAway = false;
|
||||
m_bServerTime = false;
|
||||
EnableReadLine();
|
||||
// RFC says a line can have 512 chars max, but we are
|
||||
// a little more gentle ;)
|
||||
@@ -151,6 +152,7 @@ protected:
|
||||
bool m_bNamesx;
|
||||
bool m_bUHNames;
|
||||
bool m_bAway;
|
||||
bool m_bServerTime;
|
||||
CUser* m_pUser;
|
||||
CIRCNetwork* m_pNetwork;
|
||||
CString m_sNick;
|
||||
|
||||
Reference in New Issue
Block a user