diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2015-11-15 01:44:05 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2015-11-15 02:03:23 +0100 |
| commit | db9734adda107e1b417a77311f2194471274a223 (patch) | |
| tree | 41c8e6307036305ff08578be729ad129261d404c /src/ClientInfo.hpp | |
| parent | b871ac2c887da8993316e48d2090b334248fc97d (diff) | |
| download | manager-db9734adda107e1b417a77311f2194471274a223.tar.gz manager-db9734adda107e1b417a77311f2194471274a223.zip | |
Allow enabling/disabling greeting for Clonk, IRC, IRC-User and IRC-
Channels
Diffstat (limited to 'src/ClientInfo.hpp')
| -rw-r--r-- | src/ClientInfo.hpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/ClientInfo.hpp b/src/ClientInfo.hpp index eb39b82..5ab1160 100644 --- a/src/ClientInfo.hpp +++ b/src/ClientInfo.hpp @@ -6,16 +6,7 @@ #include <QTcpSocket> #include <CRSMConfig.hpp> - -enum ClientInterface { - Auto = 0, - Clonk = 1, - IRC = 1 << 1, - Management = 1 << 2, - First = Auto, - Last = Management -}; - +#include "ClientInterface.hpp" class ManagementConnection { public: |
