<Nickname>

Chat about mIRC related issues
Post Reply
Guest

<Nickname>

Post 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
togirei
Posts: 5
Joined: Sun Mar 02, 2003 7:50 am

Post by togirei »

you can script it to become whatever you want. or do some cheating with the colors.
cassandra
Posts: 6
Joined: Sat Oct 25, 2003 15:12 pm
Contact:

Post 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
Hahhogpec
Posts: 1
Joined: Sun Sep 10, 2006 5:07 am
Location: USA
Contact:

Post by Hahhogpec »

Good news
Post Reply