Repositorio de scripts de irc.terrachat.cl desde los canales #TRAFFIC y #LATINWAREZ.
⬅️ Volver,-----------------------------------------------,
| --.-- ,---.| | |
| | ,---.,---.,---.,---.| |---.,---.|--- |
| | |---'| | ,---|| | |,---|| |
| ` `---'` ` `---^`---'` '`---^`---' |
| coded powered by crew: irc.terrachat.cl 2025. |
‘-----------------------------------------------’
# Este script envía automáticamente un mensaje cada 2 minutos con la cantidad de servidores (+v) compartiendo archivos en un canal de IRC.
on *:START: {
.timerShareStats 0 1222 showShareStats
}
alias showShareStats {
var %channel = #LatinWarez
if ($chan(%channel)) {
var %servers = $nick(%channel,0,v)
var %time = $time(HH:nn)
var %date = $date(dd/mm/yyyy)
msg %channel 03(Stats) In channel13 %channel $+ , there are07 %servers $+ servers sharing files. 03(7Updated: 14 $+ %time @ %date $+ 03)
}
}
👁️ 4 vistas • 📥 0 descargas