Op Voice Teşekkür
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
# 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 :Voice icin tesekkurler"
}
if {$mode == "+o"} {
puthelp "PRIVMSG $chan :Op icin tesekkurler"
}
}
}