Kod: Kodu kopyalamak için üzerine çift tıklayın!
bind pub - !soz msg_soz
proc msg_soz {nick uhost hand chan text} {
global botnick sohbet
set person [lindex $text 0]
if {![string match -nocase "#Sohbet" $chan]} {return 0}
if {$person == ""} {putquick "PRIVMSG $chan :$nick Söz İsteğiniz: [lindex $sohbet [rand [llength $sohbet]]]";return}
putquick "PRIVMSG $chan :$nick Nickinden $person Nickine Güzel Söz İsteği: [lindex $sohbet [rand [llength $sohbet]]]"
}
Al Bakalım...