Home
last modified time | relevance | path

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

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_away.c134 if (MyClient(sptr) && AWAY_PERIOD && !IsAnOper(sptr)) in m_away()
136 if ((sptr->user->flood.away_t + AWAY_PERIOD) <= timeofday) in m_away()
H A Dm_stats.c1372 if (AWAY_PERIOD) in stats_set()
1375 sptr->name, AWAY_COUNT, pretty_time_val(AWAY_PERIOD)); in stats_set()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Ddynconf.h252 #define AWAY_PERIOD iConf.away_period macro