Repositorio de scripts de irc.terrachat.cl desde los canales #TRAFFIC y #LATINWAREZ.
⬅️ Volver#######################
## +v a fserv nuevos ##
#######################
bind time - "00 *" do:list
bind time - "30 *" do:list
bind notc "*" fvoice:pool
set fvoice:pool:list {
"*File Server Online*"
"*FTP Online*"
"*File Servers Online*"
"*file server online*"
"*(*�*G*x*S*erve*�*)*"
"*(TDCC) Trigger*"
"*��*Server*��*Trigger*"
"*Fserve Active*"
}
bind pub n !check do:list
proc do:list {min hour day month year} {
putserv "PRIVMSG #chan :\002Now checking for new servers\002"
putserv "PRIVMSG #chan :!list"
}
proc fvoice:pool {nick uhost hand chan arg} {
global fvoice:pool:list
foreach fvoice:pool $fvoice:pool:list {
if {[string match -nocase $fvoice:pool $arg]} {
pushmode #chan +v $nick}
}
}
}
👁️ 4 vistas • 📥 0 descargas