mIRC Home    About    Download    Register    News    Help

Print Thread
#145268 21/03/06 07:23 AM
Joined: Feb 2006
Posts: 307
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Feb 2006
Posts: 307
hello

whenever I set a new ignore, ignore list gets enabled

how can I prevent this?

I want to get enabled only manually, by me enabling it

thanks

#145269 21/03/06 07:54 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
This is a default setting on the, understandable, presumption that if you're adding someone to your ignore list, that you want to ignore them.
Try this code for an alternative
Code:
 alias ignore2 {
ignore $1
if $1 != on {
ignore off
}
}
 

usage: /ignore2 <nick>|on|off


Link Copied to Clipboard