mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2007
Posts: 14
D
Diam0nd Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Sep 2007
Posts: 14
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


mIRC v7.32 REGISTERED
Plain, no scripts
Joined: Feb 2005
Posts: 342
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Feb 2005
Posts: 342
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.)


Link Copied to Clipboard