mIRC Home    About    Download    Register    News    Help

Print Thread
#121425 27/05/05 07:22 PM
Joined: May 2005
Posts: 3
S
ssmss Offline OP
Self-satisified door
OP Offline
Self-satisified door
S
Joined: May 2005
Posts: 3
hi when i enter a channel there are many channel invite

how to prevent this invite?

i want something put it in remote ?



thanks

#121426 27/05/05 08:04 PM
Joined: Mar 2005
Posts: 74
D
Babel fish
Offline
Babel fish
D
Joined: Mar 2005
Posts: 74
Try this:

Code:
on *:JOIN:#: { 
  if ($nick == $me) { .ignore -iu60 *.* * }
}


This will 'ignore' all invites during the first minute you entered any channel.

#121427 27/05/05 09:01 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Code:
On me:*:Join:#: { .ignore -iu60 *.* * }


laugh

-Andy

#121428 28/05/05 05:16 AM
Joined: May 2005
Posts: 3
S
ssmss Offline OP
Self-satisified door
OP Offline
Self-satisified door
S
Joined: May 2005
Posts: 3
thanks for replay
but it doent work any of them

#121429 28/05/05 06:10 AM
Joined: Mar 2005
Posts: 420
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Mar 2005
Posts: 420
Do you mean spamming of channel thru pm?

You could use

Code:
 on *:TEXT:*:?:  if ($wildtok($strip($1-),#*,0,32)) close -m $nick 


or

Code:
 on ^*:OPEN:?:*:  if ($wildtok($strip($1-),#*,0,32)) haltdef 


The difference is, in the TEXT event, you would see a window flash if it detects a channel name being said in pm and in the OPEN event doesn't. On OPEN event works best if there is no window yet for that person who pm'd you. Hope this is what you're looking for.


If you have a plastic floor runner over your tiles, then you're one Hella Pinoy!
#121430 29/05/05 07:34 AM
Joined: May 2005
Posts: 3
S
ssmss Offline OP
Self-satisified door
OP Offline
Self-satisified door
S
Joined: May 2005
Posts: 3
thanks for replay

but not that what i want

when i join a channel there are alot of invite inter in my

window make a disturbance

how to prevent my self from thats invite to inter in my

window thanks

#121431 30/05/05 05:31 AM
Joined: Nov 2004
Posts: 12
S
Pikka bird
Offline
Pikka bird
S
Joined: Nov 2004
Posts: 12
I don't think I'm following. Where are these invites? In what window are they coming in? And what do they look like? I'm having a hard time understanding what kind of spam you are getting.


Link Copied to Clipboard