mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2005
Posts: 1
R
rbstar Offline OP
Mostly harmless
OP Offline
Mostly harmless
R
Joined: Dec 2005
Posts: 1
I found it one time, on a board that i wouldn't be suprised if it was these. but anyways, what it did was i put it in my remote, and it would turn my nick(<zombler\smp>) red. I liked this so i can see where i was talking and not lose it within everyone else. I had to reformat and lost it. Anyone know how to do that? or have the snippet? here's a screenshot hopefully it can help show what i'm trying to say.

Sarge/nick.jpg]http://img.photobucket.com/albums/v96/[-EoR-]Sarge/nick.jpg

the part inside the < > the 'zombler\smp' i was able to have be red whenver i typed before. thanks in advance for the help.

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
You don't need a script for this. You can add your nick to the Colors section of the Address Book (Alt+B). Add the nickname "$me" to always colour your nickname. Don't forget to make sure the "Enabled" box is checked.

Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
If you want a script for the ability to quickly customise and add new styles to it, you can use something like this:

Code:
on *:input:*:{
  if (/* !iswm $1) &amp;&amp; ($readini($mircini,text,commandchar) $+ * !iswm $1) &amp;&amp; (!$ctrlenter) &amp;&amp; (!$inpaste) {
    .msg $active $1-
    echo $color(own) -abfilmrt $+(&lt;,$chr(3),4,$me,$chr(3),&gt;) $1-
    haltdef 
  }
}


Link Copied to Clipboard