mIRC Homepage
yeah, looking for one! I'm a newbie but I've done a little scripting before.

Thanks,
squa

p.s. i dont mean the names in the listbox.
Only on other nicks, or your own to? Take a look at

/help on input

/help on text
Code:
on ^*:text:*:#: {
  haltdef
  echo -mt $chan $+(<,$nick,>) $1-
}

Color the nick part, this is just a exaple, not tested in any way.
Thank you very much! The input was my next question. I found help here:

http://script.quakenet.org/wiki/How_do_I_customize_mIRC%27s_own_output

code by itself:

on *:input:#:{
if (!$ctrlenter) && ($left($1,1) !== $readini(mirc.ini,text,commandchar)) {
echo -lmt $chan ( $+ $replace($nick($chan,$me).pnick,@+,@) $+ ) $1-
.msg $chan $1-
halt
}
}
go to tools\addressbook and change any nick to what ya want
nick colors and message
i have my friend on one color and some another
in nicklist or in channel can even make the line hilite if ya want
© mIRC Discussion Forums