mIRC Homepage
Posted By: ssmss invit channel - 27/05/05 07:22 PM
hi when i enter a channel there are many channel invite

how to prevent this invite?

i want something put it in remote ?



thanks
Posted By: defiant Re: invit channel - 27/05/05 08:04 PM
Try this:

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


This will 'ignore' all invites during the first minute you entered any channel.
Posted By: SladeKraven Re: invit channel - 27/05/05 09:01 PM
Code:
On me:*:Join:#: { .ignore -iu60 *.* * }


laugh

-Andy
Posted By: ssmss Re: invit channel - 28/05/05 05:16 AM
thanks for replay
but it doent work any of them
Posted By: xDaeMoN Re: invit channel - 28/05/05 06:10 AM
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.
Posted By: ssmss Re: invit channel - 29/05/05 07:34 AM
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
Posted By: Scoobs8 Re: invit channel - 30/05/05 05:31 AM
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.
© mIRC Discussion Forums