mIRC Homepage
Posted By: noMen Setting ignores - 21/05/08 04:00 AM
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?
Posted By: noMen Re: Setting ignores - 21/05/08 06:54 PM
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.
© mIRC Discussion Forums