Home
last modified time | relevance | path

Searched refs:CONF_EXCEPT_TKL (Results 1 – 4 of 4) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_tkl.c1277 match_type = CONF_EXCEPT_TKL; in _find_tkline_match()
1279 if (excepts->flag.type != match_type || (match_type == CONF_EXCEPT_TKL && in _find_tkline_match()
1401 match_type = CONF_EXCEPT_TKL; in _find_shun()
1404 if (excepts->flag.type != match_type || (match_type == CONF_EXCEPT_TKL && in _find_shun()
1559 if (excepts->flag.type != CONF_EXCEPT_TKL || excepts->type != TKL_NICK) in _find_qline()
H A Dm_stats.c585 else if (excepts->flag.type == CONF_EXCEPT_TKL) in stats_exceptban()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h1167 #define CONF_EXCEPT_TKL 2 macro
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_conf.c5336 ca->flag.type = CONF_EXCEPT_TKL; in create_tkl_except_ii()