Repositorio de scripts de irc.terrachat.cl desde los canales #TRAFFIC y #LATINWAREZ.
⬅️ Volver;; #LatinWarez Channel Stats: Detected 44 servers, sharing 6,950,002,853,138 files, totalling 145.48TB of data.
on *:TEXT:*Channel Stats:*:#LatinWarez:{
if ($regex($1-,/Detected (\d{1,3}) servers/i)) {
set %total_bots $regml(1)
}
if ($regex($1-,/For My List Of: (\d{1,3}(?:,\d{3})*) Files/i)) {
set %total_packs $regml(1)
echo -a Updated: %total_packs files shared by %total_bots servers.
}
}
; Inicia la publicación automática al cargar el script
on *:START:{
.timerMP3Stats 0 900 MP3.Stats
}
alias MP3.Stats {
if (%total_bots && %total_packs) {
;;;; msg #LatinWarez 10[MP3 Network Stats] 14| Active Servers: 11%total_bots 14| Total Files Shared: 11%total_packs 14| Search: 10@find <song/artist>
msg #LatinWarez 12,00[MP3 Stats] 01Active Servers:04 %total_bots 01| Total Files Shared:04 %total_packs 01| Search: 06@find <song/artist>
}
}
👁️ 5 vistas • 📥 0 descargas