mIRC Homepage
Posted By: GogetaX my script.. - 28/12/04 01:37 PM
how to do in my script, that no1 cant leave my channel?
like, they trying to exit, but the channel is connecting again automaticly...

how? smile
Posted By: SladeKraven Re: my script.. - 28/12/04 01:43 PM
You can't, but you can /fjoin a user if you have Oper status, or if their mIRC is set to auto join on invite, use:

Code:
on @*:Part:[color:red]#yourchan[/color]:{
invite $nick $chan
}
© mIRC Discussion Forums