Home
last modified time | relevance | path

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

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_netinfo.c120 if (GotNetInfo(cptr)) in CMD_FUNC()
H A Dm_nick.c779 if (GotNetInfo(cptr) && !IsULine(sptr)) in CMD_FUNC()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h424 #define GotNetInfo(x) ((x)->flags & FLAGS_NETINFO) macro