ok i like to have this , when some1 joins my channel and say
!idle #chann, 4 bots would join that channel ,

wel i got that working with this

on 1:TEXT:!idle*:*:{
join $2
.timer $+ $chan 1 10 /idle $chan $nick
}
alias idle {
if (($2 !ison #Clan-Limburg) && ($me ison $1)) { part $1 }
}

the only thing is , if my bot joins that #channel, so not in my channel, and some1in #channel says !idle #chan2 ,
the bots go also too that channel ,

and if the 1 that request my bot should stay in the channel otherwisen the bot muss leave

what i like is , that evry1 that like to have a idler in there channel , they should idle in my channel, and dont ask in 1 other channel to get my bot ?

and i like to have a script , that let my bot repeat a line after evry 3600 sec's

can some1 help me

sorry for my poor english

------ edit -------

is there a way to get a counter in my bot;'s

i meen i can join 20 channels MAX with 1 idle bot ,
so i need a counter that when my bot repeat a line after 3600 sec ,
that he wil say the counter in howmanny channels he alrdy joined , and howmanny slots are open

thx alot

------ again edit-------
wel i also like to have a edit about , if there is no OP in the channel the bots need to leave ,

thx alot smile