Page 1 of 1

need help as forgotton a tkl module

Posted: Mon Mar 19, 2012 7:09 pm
by cheiron
not too sure what we used to do on this on an old unreal server .. but i would liek a reminder and some help please :)

occasionally one of us opers would get caught by our own bopm through dynamic ips.. but i remember being able to go into the /path/Unreal3.2 and into a .conf (tkl.conf?) and being able to add my ip that was banned .. remote rehash the server from the shell/vps then reconnect to lift the gline/kline that had been added

is this the tkl exceptions block ?? and if so .. was it a simple included tkl.conf on the unreal.conf and then add the ips direct ??

i'm using unreal 3.2.8.1

Re: need help as forgotton a tkl module

Posted: Wed Mar 21, 2012 10:09 am
by G50
Yes, you can do it in a tkl block, either in unrealircd.conf or in a .conf that's INCLUDEd in unrealircd.conf
the format is:
except tkl::mask::type
valid types are gline, gzline, qline, gqline, shun, and all
if you want to exempt a host completely from all possible bans (except spamfilter), then you need both an 'except ban' and an 'except tkl' block