Home
last modified time | relevance | path

Searched refs:masterflood (Results 1 – 4 of 4) sorted by relevance

/dports/irc/dancer/dancer-4.16/src/
H A Ddancer.c75 extern bool masterflood;
145 if (masterflood && ((now - mastertime) > netburp)) in SloppyEvents()
146 masterflood = FALSE; in SloppyEvents()
H A Duser.c57 extern bool masterflood;
1090 masterflood = TRUE; in NetHeal()
H A Dsetup.c80 bool masterflood; variable
H A Dcommand.c93 extern bool masterflood;
1259 if (floodmode && !masterflood) in PubCommand()