mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2016
Posts: 15
D
Dan Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Nov 2016
Posts: 15
Hi guys,

I know how to message a user on JOIN , but afterwards I want to ignore the user forever , no matter what the event (message, JOIN,...) Is this possible ?

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
check out /help /ignore
you can ignore that specific nick only, regardless of the address:
//ignore $nick
is the same as
//ignore $nick $+ *@*

or you can ignore various address masks regardless of nick:
//ignore $address($nick,3)

If you're going to just ignore the nick, use an invalid switch in case someone is using the nick 'on' or 'off'.

/ignore -q off
isn't the same as
/ignore off

Joined: Nov 2016
Posts: 15
D
Dan Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Nov 2016
Posts: 15
Awesome thanks very much Maroon this worked fine


Link Copied to Clipboard