mIRC Home    About    Download    Register    News    Help

Print Thread
#148040 28/04/06 05:25 PM
Joined: Apr 2006
Posts: 1
Z
Mostly harmless
OP Offline
Mostly harmless
Z
Joined: Apr 2006
Posts: 1
Is it possible to have this king of script to mIRC?

Quote:
Automatically rejoin to channel after being kick, after a (short) user-defined delay

http://www.irssi.org/scripts/html/autorejoin.pl.html

#148041 28/04/06 06:18 PM
Joined: Aug 2005
Posts: 525
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2005
Posts: 525
Code:
on *:KICK:#:{
  if ($me == $knick) $+(.timer,.,$chan,.rejoin) 1 [color:red]X[/color] join $chan
}


Where X is the amount of time (in seconds) to wait before rejoining.


Link Copied to Clipboard