Home
last modified time | relevance | path

Searched refs:LISTENER_CLIENTSONLY (Results 1 – 5 of 5) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_serv.c460 if (acptr->umodes & LISTENER_CLIENTSONLY) in get_cptr_status()
H A Ds_conf.c249 { LISTENER_CLIENTSONLY, "clientsonly"},
/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_server.c342 if (IsUnknown(cptr) && (cptr->listener->umodes & LISTENER_CLIENTSONLY)) in CMD_FUNC()
H A Dm_stats.c666 if (listener->umodes & LISTENER_CLIENTSONLY) in stats_port_helper()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h979 #define LISTENER_CLIENTSONLY 0x000002 macro