Updates:

Mata al pato \_O< en el canal #Traffic-Games

Thanks

Iniciado por TerraChat, May 13, 2024, 11:40 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

TerraChat

###############################
# ThanksFor v1.0.1
###############################
# here are some bindings
bind mode - * thanksfor:mode

# now the core :) procedure
# you can change colours or text, just edit
# "Thanks" part

proc thanksfor:mode { nick host hand chan mode target } {
global botnick
if {$target == $botnick} {
   if {$mode == "+v"} {
   puthelp "PRIVMSG $chan :␃4␟G␟␃␃5racias ␃4␟P␟␃␃5or el␃ ␃2␟V␟␃5oice␃ ␃7>␃14␂ $nick ␂␃␃7<"
      }
   if {$mode == "+o"} {
   puthelp "PRIVMSG $chan :␃4␟G␟␃␃5racias ␃4␟P␟␃␃5or el␃ ␃2␟O␟␃5P␃ ␃7>␃14␂ $nick ␂␃␃7<"
      }
   }
}
# ok that should do it
# now just a little adv...


putlog "#############"
putlog "#### THX ####"
putlog "#############"