Author: Bleep <helveytw@home.com>
[ircu2.10.12-pk.git] / ircd / chkconf.c
index f67780e21d0bb80b9f91f25d740f330718b94d0f..00608cbf3c080ad56cd3640a6ca681734c792fe4 100644 (file)
  * stuff that isn't used by s_conf.c anymore
  */
 #define CONF_ME                 0x0040
+#define CONF_KILL               0x0080
 #define CONF_ADMIN              0x0100
 #define CONF_CLASS              0x0400
 #define CONF_LISTEN_PORT        0x2000
+#define CONF_IPKILL             0x00010000
 #define CONF_CRULEALL           0x00200000
 #define CONF_CRULEAUTO          0x00400000
 #define CONF_TLINES             0x00800000
 
-
+#define CONF_KLINE              (CONF_KILL | CONF_IPKILL)
 #define CONF_CRULE              (CONF_CRULEALL | CONF_CRULEAUTO)