mIRC Home    About    Download    Register    News    Help

Print Thread
#199749 21/05/08 04:00 AM
Joined: Jan 2006
Posts: 111
N
noMen Offline OP
Vogon poet
OP Offline
Vogon poet
N
Joined: Jan 2006
Posts: 111
Suppose I like to ignore all invites for a specific network and all dcc's for all networks, it seems it makes a difference in which order the ignore commands are issued:

Example 1:
Code:
/ignore -wd *!*@*
* Added *!*@* to ignore list
/ignore -i *!*@*
* Added *!*@* to ignore list


Example 2:
Code:
/ignore -i *!*@*
* Added *!*@* to ignore list
/ignore -wd *!*@*
* Updated ignore switches for *!*@*


The first example is as expected. The second example results in ignoring invites for all networks, which I didn't want.

Is this a bug? Can this be avoiding (apart from issuing ignores in another order)? Btw: I still use mIRC 6.17. Does ignore work different in higher versions?

noMen #199781 21/05/08 06:54 PM
Joined: Jan 2006
Posts: 111
N
noMen Offline OP
Vogon poet
OP Offline
Vogon poet
N
Joined: Jan 2006
Posts: 111
To be more specific:
In example 2, the invite ignore for a specific network has been made global for all networks. And that is not desired.


Link Copied to Clipboard