Add server time CAP and Client flag.

This commit is contained in:
Stéphan Kochen
2011-10-16 00:54:07 +02:00
parent a25316710d
commit f7e5b41ab1
2 changed files with 10 additions and 2 deletions
+2
View File
@@ -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;