mIRC Home    About    Download    Register    News    Help

Print Thread
#106317 28/12/04 01:37 PM
G
GogetaX
GogetaX
G
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

#106318 28/12/04 01:43 PM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
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
}

Last edited by SladeKraven; 28/12/04 01:43 PM.

Link Copied to Clipboard