mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2006
Posts: 31
J
JohnS Offline OP
Ameglian cow
OP Offline
Ameglian cow
J
Joined: Dec 2006
Posts: 31
ok in a channel im in they have added a bot that will respond to certain words with a given response (annoying) so i ignored the bot but they use a !addword to add the words as well. what i want to do is hide lines from sight that contain !addword so i dont even see that line come up on my screen.

is that even possible? i dont want to ignore the people who do use it cause thats all the ops who can do it. i want to see all the other lines they say just not ones using that !addword

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Code:
on ^*:text:!addword*:#:{  haltdef }


Try putting that into your remotes.


Link Copied to Clipboard