Home
last modified time | relevance | path

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

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_quit.c127 if (!IsAnOper(sptr) && ANTI_SPAM_QUIT_MSG_TIME) in m_quit()
128 if (sptr->firsttime+ANTI_SPAM_QUIT_MSG_TIME > TStime()) in m_quit()
H A Dm_stats.c1299 sptr->name, pretty_time_val(ANTI_SPAM_QUIT_MSG_TIME)); in stats_set()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Ddynconf.h206 #define ANTI_SPAM_QUIT_MSG_TIME iConf.anti_spam_quit_message_time macro