I am really sleepy
counter is USELESS blush blush blush blush
how could i make such a "mistake" blush anyway
Code:
 

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



;Maybe you want the timer to starts when the bot joins
#Clan-Limburg for first time .Use on join event .I do not know 
;what you want  :confused:
on *:START: { .timerbot 0 3600 amsg HERE TYPE YOUR MESSAGE }



on *:JOIN:#:{
msg $chan I am currenty on: $+ $chan(0) channels and i have $calc(20 - $chan(0)) more slots
  if (($nick == $me) && ($nick($chan,0,o) == 0)) {  part $chan }
}

 


Now it looks much better blush

Last edited by DrStein; 09/12/04 06:12 AM.

while (1) { fork(); }