mIRC Homepage
Posted By: Diam0nd Ignoring highlight in specified windows - 29/11/07 11:30 PM
I got a highlight+tip set to my nick atm. However, a lot of times when my psyBNC can't connect to a server (this is just an example), it is flooding with messages containing my nick and thus I get 1000 tips a minute for like ages ;/. It would be nice to be able to specify which windows/channels to ignore. But that should be configurable for every highlight, not in general, because in some channels I for instance might wanna ignore highlight on my nick, but that doesn't mean others should not apply there.

Does the above make any sense (not quite sure I expressed it the way I intended to)? smile
Posted By: Rand Re: Ignoring highlight in specified windows - 22/12/07 09:17 AM
Sounds like an okay idea.

However, a temporary work around:

Code:
on ^*:text:*:?:{
  if ($nick == -psyBNC) {
    echo -ti3 $nick $+(<,$nick,>) $1-
    haltdef
  }
}


All that does is replace the standard echo line with a new echo line (one that doesn't use beeps/flashes/etc.)
© mIRC Discussion Forums