mIRC Home    About    Download    Register    News    Help

Print Thread
D
Dan
Dan
D
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,081
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jan 2004
Posts: 2,081
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

D
Dan
Dan
D
Awesome thanks very much Maroon this worked fine


Link Copied to Clipboard