Home
last modified time | relevance | path

Searched refs:OPCanGRoute (Results 1 – 3 of 3) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_squit.c179 if (MyClient(sptr) && ((!OPCanGRoute(sptr) && !MyConnect(acptr)) || in CMD_FUNC()
H A Dm_connect.c106 if (MyClient(sptr) && !OPCanGRoute(sptr) && parc > 3) in CMD_FUNC()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h625 #define OPCanGRoute(x) ((x)->oflag & OFLAG_GROUTE) macro