Connect script
Posted by brand0n`
Thursday, September 22, 2005
Description: Good on connect script
alias addchan {
set %channels %channels $1
}
on 1:CONNECT:{
if (.gamesurge. isin $server) {
as auth name pass
//mode $me +x
if ($me == nick) {
/cs inviteme #script-staff
var %x = 1, %y = $numtok(%channels,32), %z = 2
while (%x <= %y) {
timer 1 %z join $gettok(%channels,%x,32)
inc %x
inc %z 2
}
}
}
}