Home
last modified time | relevance | path

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

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_who.c702 if (WHOLIMIT && !IsAnOper(sptr) && ++i > WHOLIMIT) in do_other_who()
704 sendto_one(sptr, rpl_str(ERR_WHOLIMEXCEED), me.name, sptr->name, WHOLIMIT); in do_other_who()
H A Dm_stats.c1347 sptr->name, WHOLIMIT); in stats_set()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Ddynconf.h266 #define WHOLIMIT iConf.who_limit macro