mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2004
Posts: 3
R
Rec Offline OP
Self-satisified door
OP Offline
Self-satisified door
R
Joined: Apr 2004
Posts: 3
Recently Undernet has been plagued by spammers using a list of users and doing private message querying. I think a good feature of mIRC would be to disable private messages, but also have an exception list of people that you would accept messages from.

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
/ignore -p *!*@*

would do that for you..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Apr 2004
Posts: 3
R
Rec Offline OP
Self-satisified door
OP Offline
Self-satisified door
R
Joined: Apr 2004
Posts: 3
I thought /ignore -p *!*@* would ignore all private messages. Does it exclude private messages from the address book?

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
it ignores all yes.. but if u want i have a small addon you can use, in it you can add ur friends to a level, then they will be able to message you and the rest wont


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
It would ignore all private messages, however you could then use /ignore -x somenick!ident@blah.com to exclude people from being ignored.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
Joined: Apr 2004
Posts: 3
R
Rec Offline OP
Self-satisified door
OP Offline
Self-satisified door
R
Joined: Apr 2004
Posts: 3
Thanks, guys. I should have assumed mIRC had this capability already. I think for now using the -x option of /ignore is the way to go.

Joined: Dec 2002
Posts: 3,127
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 3,127
So many ppl either block all dccs/queries, or run a script limiting dcc/queries to a user list. Some kind of easy to use trusted user list feature (like we have for accepting dcc sends) for all dcc and queries would prolly be a useful addition. So simple to use that ppl could add (perm or temp) or remove a user from their trusted list with a right click on a nick.


ParaBrat @#mIRCAide DALnet
Joined: Apr 2003
Posts: 426
Fjord artisan
Offline
Fjord artisan
Joined: Apr 2003
Posts: 426
This is a generic reply:

I personally would like to see the option to add channels to the ignore list.

Say for instance:

/ignore -p *!*@*.*,#channel

This would ignore everyone that is currently in #channel

If one person exists in #channel, and also exists in #channel1, they won't be ignored in #channel1, only in #channel.
This would be applicable to most of the other switches in the ignore command, including -x.

You could also specify more channels via this:

/ignore -p*!*@*.*,#channel1,#channel2,#channelN

Yes, you certainly can script a "blacklist" or a "trusted user" list (I've done it, it uses hash tables and an on OPEN event).
But, I would like to see the ignore list become a little easier to use smile


--------
mIRC - fun for all the family (except grandma and grandpa)
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
If User1 is in #channel and #channel1, and you use the -p switch, how does mIRC know whether to ignore User1 or not? PMs have nothing to do with the channel a user is in, so surely you couldn't ignore PMs from everyone in just one channel, but not if their in another channel you're in.

I know you said "they won't be ignored in #channel1, only in #channel." but that would only apply to channel messages (-c) not the other (private) ignore switches, such as -t, -d, -n and -p etc..so how would that work?

I would too like to see a channel ignore method of some sort, mainly due to flood bots etc - however, they often flood with part messages or channel notices, or even querying every user in the channel, or DCCing every user - did your suggestion only apply to specific messages sent in a #channel?

Regards,


Mentality/Chris

Link Copied to Clipboard