Home
last modified time | relevance | path

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

/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h630 #define OPCanLNotice(x) ((x)->oflag & OFLAG_LNOTICE) macro
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dsend.c1350 cansendlocal = (OPCanLNotice(from)) ? 1 : 0; in sendto_match_butone()