would you be OK with only colorizing the nicks the chat.. but not the nick list? something like this could work..
Code:
on ^*:TEXT:*:# {
var %col $base($left($md5($nick),1),16,10)
; if you are using a white background.. change the below '1' to '0'
if ( %col = 1 ) inc %col
echo -t $chan < $+ $chr(3) $+ %col $+ $nick($chan,$nick).pnick $+ $chr(3) $+ > $1-
halt
}