mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2004
Posts: 20
H
Hagadol Offline OP
Ameglian cow
OP Offline
Ameglian cow
H
Joined: May 2004
Posts: 20

How can I ignore (not see) posts from all nicks with 2/3 exceptions. This in one channel, not in all my channels.

I want to see the pots of just 2/3 certain nicks in the channel Pitstock, though avoid seeing all others

Thanks in advance

Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Guess you could use something like..

on ^*:text:*:#pitstock:{
if ($nick != nickname1) && ($nick != nickname2) && ($nick != nickname3) { halt }
}


Also see /help on text and /help if then else.

Regards,


Mentality/Chris

Link Copied to Clipboard