From db9734adda107e1b417a77311f2194471274a223 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Sun, 15 Nov 2015 01:44:05 +0100 Subject: Allow enabling/disabling greeting for Clonk, IRC, IRC-User and IRC- Channels --- src/ClientInfo.hpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/ClientInfo.hpp') 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 #include - -enum ClientInterface { - Auto = 0, - Clonk = 1, - IRC = 1 << 1, - Management = 1 << 2, - First = Auto, - Last = Management -}; - +#include "ClientInterface.hpp" class ManagementConnection { public: -- cgit v1.2.3-54-g00ecf