Page 1 of 1

<Nickname>

Posted: Thu May 15, 2003 19:18 pm
by Guest
Anyone know how to Edit the <>'s around nicknames? im trying to make my own theme but this is the only thing im having trouble changing

Posted: Fri May 30, 2003 6:55 am
by togirei
you can script it to become whatever you want. or do some cheating with the colors.

Posted: Sat Oct 25, 2003 15:21 pm
by cassandra
what togirei said, just write your own aliases for /msg and /me

mine look like this...

/me {
.raw PRIVMSG $active :ACTION $1- $+
echo $active 08[ $+ $trispot($me) $+ 08]14~ $+ %input $1-
}

/action {
.raw PRIVMSG $active :ACTION $1- $+
echo $active 08[ $+ $trispot($me) $+ 08]14~ $+ %input $1-
}

msg {
privmsg $1 $2-
echo $1 08[ $+ $trispot($me) $+ 08]14: $+ %input $2-
}

$trispot = a coloring scheme that makes the names 3 colors
%input = a $var set by dialog so i can change my text color easier

Posted: Sat Oct 25, 2003 15:31 pm
by Hahhogpec
Good news