Page 1 of 1
Unreal /whowas command
Posted: Sun Jan 09, 2005 9:05 pm
by boon
Hi,
i have the problem, that the whowas output is cleared every week...
does anyone know, where i can set this to a longer time?
greets, boon
Posted: Sun Jan 09, 2005 9:20 pm
by Syzop
It's this question during ./Config:
Code: Select all
How far back do you want to keep the nickname history?
[2000] ->
Or for windows, change NICKNAMEHISTORYLENGTH in include/config.h.
(Obviously in either case, recompile)
As you can see it works by # of entries, not by time.. so you would have to do an educated guess :P. Also, obvious again I know, this increases memory usage.
Posted: Sun Jan 09, 2005 10:54 pm
by boon
hi syzop,
thank you, for the help
i was searching in the unrealircd. conf, this was the reason, that i not found that.