Repositorio de scripts de irc.terrachat.cl desde los canales #TRAFFIC y #LATINWAREZ.
⬅️ Volver#####################################################
# ___ ___ __ #
# | | |.---.-.| |_.-----.----.-----.-----. #
# |- -|| _ || _| -__| _| _ |__ --| #
# |___|___||___._||____|_____|__| |_____|_____| #
# Powered: www.xateros.cl � irc.xateros.cl #
# #
#####################################################
bind pub - !uptime pub:server
bind time - "00 * * * *" pub:server
bind time - "10 * * * *" pub:server
proc pub:server {nick uhost hand chan text} {
global server server-online
putserv "PRIVMSG $chan :Conectado con \002\00304[lindex [split $server :] 0]\002\003 hace [string map {week semana day dia hour hora minute minuto second segundo} [duration [expr [clock seconds] - ${server-online}]]]."
putserv "PRIVMSG $chan :"
}
👁️ 5 vistas • 📥 0 descargas