Comunidad @ TerraChat

IRCd => Eggdrops (TCL) => Códigos en Ingles => Mensaje iniciado por: TerraChat en Feb 19, 2024, 05:38 PM

Título: eggdrop talk every 5 min
Publicado por: TerraChat en Feb 19, 2024, 05:38 PM
set asmsg {
   "!start"
   "!hint"
   "Oh là laaaa je suis fatigué"
   "je re , Smoke Time !!!"
   "!hint"
   "c'est fatiguant , d'être un robot Ouuuff!!!"
   "!stop"
   "!w rabat"
}

proc autospeak {min hour day month dow} {
   putserv "PRIVMSG #yourchan :[lindex $::asmsg [rand [llength $::asmsg]]]"
}

bind cron - "*/5 * * * *" autospeak