Repositorio de scripts de irc.terrachat.cl desde los canales #TRAFFIC y #LATINWAREZ.
⬅️ Volver##############################
### MATA PATOS @ TERRACHAT ###
##############################
# Configura el evento para responder a mensajes en el canal
bind pubm - "*QUACK*" respond_bang
### bind pubm - "*reload*" respond_bang
### bind pubm - "*\_O<*" respond_bang
bind pubm - "*��'`'�-.,��.��'`*" respond_bang
### bind pubm - "*missed*" respond_reload
bind pubm - "*JAMMED*" respond_reload
### bind pubm - "*unjam*" respond_reload
### bind pubm - "*MAGAZINE*" respond_reload
### bind pubm - "*!bang*" respond_reload
bind pubm - "*CLACK*" respond_reload
############################
### Respuestas al evento ###
############################
### Respuestas para !Bang ###
# Funci�n para responder a "QUACK"
proc respond_bang {nick host handle channel text} {
putquick "PRIVMSG $channel :!bang"
}
# Funci�n para responder a "\_O<"
proc respond_bang {nick host handle channel text} {
putquick "PRIVMSG $channel :!bang"
}
# Funci�n para responder a "*��'`'�-.,��.��'`*"
proc respond_bang {nick host handle channel text} {
putquick "PRIVMSG $channel :!bang"
}
# Funci�n para responder a "reload"
proc respond_bang {nick host handle channel text} {
putquick "PRIVMSG $channel :!bang"
}
### Respuestas para !Reload ###
# Funci�n para responder a "missed"
proc respond_reload {nick host handle channel text} {
putquick "PRIVMSG $channel :!reload"
}
# Funci�n para responder a "JAMMED"
proc respond_reload {nick host handle channel text} {
putquick "PRIVMSG $channel :!reload"
}
# Funci�n para responder a "unjam"
proc respond_reload {nick host handle channel text} {
putquick "PRIVMSG $channel :!reload"
}
# Funci�n para responder a "MAGAZINE"
proc respond_reload {nick host handle channel text} {
putquick "PRIVMSG $channel :!reload"
}
# Funci�n para responder a "!bang"
proc respond_reload {nick host handle channel text} {
putquick "PRIVMSG $channel :!reload"
}
# Funci�n para responder a "CLACK"
proc respond_reload {nick host handle channel text} {
putquick "PRIVMSG $channel :!reload"
}
putlog "=== Mata Patos @ #TRAFFIC-GAMES ==="
👁️ 5 vistas • 📥 0 descargas