Home
last modified time | relevance | path

Searched refs:OPCanTKL (Results 1 – 2 of 2) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_tkl.c217 if (!OPCanTKL(sptr) || !IsOper(sptr)) in m_gline()
269 if (!OPCanTKL(sptr) || !IsOper(sptr)) in m_shun()
296 if (MyClient(sptr) && (!OPCanTKL(sptr) || !IsOper(sptr))) in m_tempshun()
768 if (!OPCanTKL(sptr) || !IsOper(sptr)) in m_spamfilter()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h613 #define OPCanTKL(x) ((x)->oflag & OFLAG_TKL) macro