Home
last modified time | relevance | path

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

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_tkl.c914 if (type & TKL_NICK) in _tkl_typetochar()
923 if (type & TKL_NICK) in _tkl_typetochar()
1820 if (tk->type & TKL_NICK) in _tkl_stats()
1941 type = TKL_NICK; in _m_tkl()
1991 if (type & TKL_NICK) in _m_tkl()
2111 case TKL_NICK: in _m_tkl()
2134 if (type & TKL_NICK) in _m_tkl()
2146 if (type & TKL_NICK) in _m_tkl()
2204 type = TKL_NICK; in _m_tkl()
2256 case TKL_NICK: in _m_tkl()
[all …]
H A Dm_stats.c700 tkl_stats(sptr, TKL_NICK, para); in stats_bannick()
1192 tkl_stats(sptr, TKL_NICK|TKL_GLOBAL, para); in stats_sqline()
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_conf.c287 { TKL_GLOBAL|TKL_NICK, "gqline" },
289 { TKL_NICK, "qline" },
1765 if (tk->type != TKL_NICK) in do_weird_shun_stuff()
2335 if (tk->type == TKL_NICK) in config_rehash()
7134 nl->type = TKL_NICK; in _conf_ban()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h892 #define TKL_NICK 0x0040 macro