diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2016-05-05 21:14:32 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2016-05-05 21:14:32 +0200 |
| commit | 6eadd30b19903d395867b6b487ce6a7a7541237b (patch) | |
| tree | c0a7f5fc08add51d3258958ab678284bd793bb3a /src/ClientInfo.hpp | |
| parent | 3f4853ebb4132e25fbc9c42e6cecc2791b67d52e (diff) | |
| download | manager-6eadd30b19903d395867b6b487ce6a7a7541237b.tar.gz manager-6eadd30b19903d395867b6b487ce6a7a7541237b.zip | |
Add DCC Chat ability
Diffstat (limited to 'src/ClientInfo.hpp')
| -rw-r--r-- | src/ClientInfo.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
