Unreal /whowas command

These are old archives. They are kept for historic purposes only.
Post Reply
boon
Posts: 3
Joined: Mon Apr 12, 2004 9:29 pm

Unreal /whowas command

Post 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
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post 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.
boon
Posts: 3
Joined: Mon Apr 12, 2004 9:29 pm

Post 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.
Post Reply