###############################
# 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 "#############"