Home
last modified time | relevance | path

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

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_protoctl.c339 if (!IsServer(cptr) && !IsEAuth(cptr) && !IsHandshake(cptr)) in CMD_FUNC()
398 if (!IsEAuth(cptr)) in CMD_FUNC()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h428 #define IsEAuth(x) ((x)->flags & FLAGS_EAUTH) macro