Is almost perfect sir !!!

That's what I made (I asked about it also in another topic):


Code
on *:TEXT:!ON:#channel:{
  /bs say $chan Va beh...nessuno parla allora parlo io...
  /timer_start 
}
on *:TEXT:*:#channel:{
  /timer_stop
}
alias timer_start { 
  rand_msg | .timerRANDMSG 0 60 rand_msg
}
alias timer_stop { 
  .timerRANDMSG off 
}
alias -l rand_msg { 
  /bs say #channel $read(addons\miefrasibot\frasibot.txt) 
}

Now just miss a string that send the command !ON to the bot if nobody write any word after (for example) 1800sec.