G13AoUsTiS commented on a Page, Simple timed auto-invite  -  Nov 04, 2007

on *:join:#chan1: {
if ($me isop $chan) {
.timer 1 300 invite $nick #chan2
.timer 1 600 invite $nick #chan3
.timer 1 900 invite $nick #chan4
else { //echo -a You Need An Op In $chan
}
}


on *:part:#chan1: {
if ($me isop $chan) {
.timer 5000 0 invite $nick #chan2
else { /echo -a you need an op in $chan
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.