55 |
static int mode_limit; /* number of modes set other than simple */ |
static int mode_limit; /* number of modes set other than simple */ |
56 |
static int simple_modes_mask; /* bit mask of simple modes already set */ |
static int simple_modes_mask; /* bit mask of simple modes already set */ |
57 |
#ifdef HALFOPS |
#ifdef HALFOPS |
58 |
static int channel_capabs[] = { CAP_EX, CAP_IE, CAP_TS6, CAP_HOPS }; |
static int channel_capabs[] = { CAP_TS6, CAP_HOPS }; |
59 |
#else |
#else |
60 |
static int channel_capabs[] = { CAP_EX, CAP_IE, CAP_TS6 }; |
static int channel_capabs[] = { CAP_TS6 }; |
61 |
#endif |
#endif |
62 |
static struct ChCapCombo chcap_combos[NCHCAP_COMBOS]; |
static struct ChCapCombo chcap_combos[NCHCAP_COMBOS]; |
63 |
extern mp_pool_t *ban_pool; |
extern mp_pool_t *ban_pool; |