mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2012
Posts: 2
S
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Sep 2012
Posts: 2
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.

Last edited by squazzie; 17/09/12 10:48 PM.
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
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.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Sep 2012
Posts: 2
S
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Sep 2012
Posts: 2
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
}
}

Joined: Dec 2010
Posts: 23
N
Ameglian cow
Offline
Ameglian cow
N
Joined: Dec 2010
Posts: 23
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

Last edited by NufSaid; 05/10/12 02:40 PM.

Link Copied to Clipboard