mIRC Home    About    Download    Register    News    Help

Print Thread
#186560 23/09/07 08:13 PM
Joined: Jan 2003
Posts: 62
Attila Offline OP
Babel fish
OP Offline
Babel fish
Joined: Jan 2003
Posts: 62
Can you please add an option to ignore a specific nickname/host from highlight? thx

Attila #186607 24/09/07 09:22 AM
Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
Code:
on *:TEXT:*:#: {
  if ($highlight($1-) && !isnum $1-) .ignore $nick
}


untested but something like this will do what you want


If it ain't broken, don't fix it!
Joined: Jan 2003
Posts: 62
Attila Offline OP
Babel fish
OP Offline
Babel fish
Joined: Jan 2003
Posts: 62
hum, thanx but how do you just block the highlight and not completely the nickname

what i want is to prevent a special nickname to highligh me, but without blocking the text

maybe the best is to do
on *^:text:*:#:{
if ($highlight($1-) && !isnum $1- && $nick == nickname) {
echo -t $chan < $+ $nick $+ > $1-
halt
}
}

Attila #186710 25/09/07 10:02 AM
Joined: Nov 2006
Posts: 1,559
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,559
Suggested not long ago here smile


Link Copied to Clipboard