From 6eadd30b19903d395867b6b487ce6a7a7541237b Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 5 May 2016 21:14:32 +0200 Subject: Add DCC Chat ability --- src/ClientInfo.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ClientInfo.hpp') diff --git a/src/ClientInfo.hpp b/src/ClientInfo.hpp index 5ab1160..cdd8ff4 100644 --- a/src/ClientInfo.hpp +++ b/src/ClientInfo.hpp @@ -24,6 +24,8 @@ public: ClientInterface interface = Clonk; QString nick = ""; + bool dcc = false; + int CUID = 0; QString pcName = ""; bool activated = false; -- cgit v1.2.3-54-g00ecf