mIRC Home    About    Download    Register    News    Help

Print Thread
#141971 14/02/06 07:12 PM
Joined: Feb 2006
Posts: 4
O
Optatum Offline OP
Self-satisified door
OP Offline
Self-satisified door
O
Joined: Feb 2006
Posts: 4
Hi

Using the mirc client to connects to the irc network.

I need to configure the irc client to ignore some specific users, so i use the command :

/ignore nick*!*@*

and works fine, but the only problem is if i have a /query window open with someone, private messages from them won't be ignored even if their address matches an ignore address.

How to do to also ignore that ?

#141972 14/02/06 07:42 PM
Joined: Mar 2005
Posts: 420
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Mar 2005
Posts: 420
Close the open query window so mIRC can ignore future querys from that person.


If you have a plastic floor runner over your tiles, then you're one Hella Pinoy!
#141973 27/02/06 10:46 PM
Joined: Feb 2006
Posts: 4
O
Optatum Offline OP
Self-satisified door
OP Offline
Self-satisified door
O
Joined: Feb 2006
Posts: 4
Quote:
Close the open query window so mIRC can ignore future querys from that person.


Yes, that i know ..... but that is not the question !!

#141974 27/02/06 11:12 PM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759

/ignorenick [nick]
Code:
alias ignorenick { 
  if (($window($1)) && ($window($1).type == query)) /window -c $1
  ignore -pntid $1 
}



untested but should work smile


$maybe
#141975 28/02/06 06:46 AM
Joined: Feb 2006
Posts: 4
O
Optatum Offline OP
Self-satisified door
OP Offline
Self-satisified door
O
Joined: Feb 2006
Posts: 4
Works like a charm ....

Tks a lot

Miguel


Link Copied to Clipboard