[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RANDOM_NDELAY BETTER_NDELAY BETTER_CDELAY



On Mon, May 01, 2000 at 09:52:55PM +0200, Matus fantomas Uhlar wrote:
> RTFS didn't help much :( not comment in config.h

RTFS almost always helps. :)

> what do those _exactly_ mean ? 
> RANDOM_NDELAY

 * Define the following to make the delay for nicks random.
 * Some people believe a bot can exactly time the delay and don't like it,
 * I think this is a useless concern. -krys

and it does exactly, what it says, that is adds some random time
to nick delay, instead of it being constant

> BETTER_CDELAY

standard behaviour is: if user quits because of split and is
chanop, lock channel; when BETTER_CDELAY is defined, ircd locks
channel whenever last chanop quits

> BETTER_NDELAY

whenever user quits in split, his/her nick gets locked; with
BETTER_NDELAY, it's being locked with any quit.

p.