mIRC Home    About    Download    Register    News    Help

Print Thread
#106317 28/12/04 01:37 PM
Joined: Nov 2004
Posts: 84
GogetaX Offline OP
Babel fish
OP Offline
Babel fish
Joined: Nov 2004
Posts: 84
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


by the time you finish reading this, you realize you have wasted 5 secundes of your life!
#106318 28/12/04 01:43 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
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