From bdc20e81e628a5d630f649b2d01fcfc795ca39ea Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 5 Jun 2016 14:16:36 +0100 Subject: Add support for limited temporary Klines --- include/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/client.h') diff --git a/include/client.h b/include/client.h index a983cd5..cd1b4cd 100644 --- a/include/client.h +++ b/include/client.h @@ -210,6 +210,7 @@ struct MaskItem; #define OPER_FLAG_WALLOPS 0x00200000 /**< Oper can do WALLOPS */ #define OPER_FLAG_LOCOPS 0x00400000 /**< Oper can do LOCOPS */ #define OPER_FLAG_UNXLINE 0x00800000 /**< Oper can unxline */ +#define OPER_FLAG_TKLINE 0x01000000 /**< Oper can temp kill/kline */ #define HasOFlag(x, y) (MyConnect(x) ? (x)->localClient->operflags & (y) : 0) -- cgit