mIRC Home    About    Download    Register    News    Help

Print Thread
#258573 29/07/16 01:54 PM
Joined: Sep 2005
Posts: 116
Vogon poet
OP Offline
Vogon poet
Joined: Sep 2005
Posts: 116
Hi there.

Steps:

Code:
1. /ignore -w <nickname or address>
2. /ignore <same nickname or same address>

Address or nickname should be updated not added another time.
The reverse sequence works well.

Regards.
mIRC 7.45, Windows 10


when no one watching us
we are invisible
deVilbaT #259192 14/10/16 11:12 AM
Joined: Dec 2002
Posts: 5,421
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,421
Thanks for your bug report. This one is a little bit tricky because of the way it has evolved over time.

If you are connected to a server:

/ignore nick
-> adds item as network specific.

/ignore -w nick
-> adds item as non-network specific.

These are considered different items.

If you are NOT connected to a server, a network name is not available, so:

/ignore nick
-> adds item as non-network specific.

/ignore -w nick
-> adds item as non-network specific.

These are the same item.

One potential issue is that when /ignore updates an existing item, it moves it to the bottom of the ignore list. The same applies if you edit an item in the control dialog; it gets moved to the bottom of the list. I will see if I can change this behaviour so that the item stays in the same place when updated.

Other than that, the behaviour appears to be correct.


Link Copied to Clipboard