Nick color in channel

By M[n]M on Sep 09, 2007

paste it in to your remote and look at the channel when some one talks and thair nick will came up with different colors :)

on ^*:text:*:#: { echo # < $+ $chr(3) $+ $r(1,15) $+ $nick $+ $chr(15) $+ > $1- | haltdef } 
raw 352:*: { cline $r(1,15) $2 $6 }
on ^:join:#: { cline $r(1,15) # $nick }

Comments

Sign in to comment.
M[n]M   -  Sep 10, 2007

cool..

 Respond  
Gummo   -  Sep 10, 2007

< $+ $chr(3) $+ $r(1,15) $+ $nick $+ $chr(15) $+ >

You can use:

$+(<,$chr(3),$r(1,15),$nick,$chr(15),>)

To make it smaller. :)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.