mIRC Home    About    Download    Register    News    Help

Print Thread
#238294 13/07/12 10:30 PM
Joined: Jul 2012
Posts: 1
L
leofanx Offline OP
Mostly harmless
OP Offline
Mostly harmless
L
Joined: Jul 2012
Posts: 1
The ability to ignore a user from either one or multiple specific channels.

IE: being able to ignore the user in #channel but see his text everywhere else

or

being able to ignore the user everywhere but in #channel

Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
This would actually be useful.

Seconded.


What do you do at the end of the world? Are you busy? Will you save us?
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
Ignore is easy enough to script if you have specific needs. I've seen very few legitimate cases where you want to "ignore" a user only on certain channels. That's typically not what I would consider "ignoring". But the script is really simple:

Code:
on ^*:TEXT:*:#thechannel:if ($nick == nick) halt
on ^*:ACTION:*:#thechannel:if ($nick == nick) halt


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"

Link Copied to Clipboard