Originally Posted By: RoCk

You'd be better off logging bans & kicks...

on *:BAN:#: {
write kbans.txt $nick banned $banmask $iif($bnick,$+($chr(40),$bnick,$chr(41))) on #
}

on *:KICK:#: {
write kbans.txt $knick as kicked from # by $nick $iif($1 != $null,with the reason: $1-)
}


Nice script. Is there a way to have it also record the date in that log?

Last edited by blues; 15/02/07 01:35 AM.