Kod: Kodu kopyalamak için üzerine çift tıklayın! bind pub - !temizle clear
#PROC
proc clear {nick uhand host chan text} {
if {[isop $nick $chan] == 0} {return 0}
for {set x 0} {$x<20} {incr x} {
putquick "PRIVMSG $chan :$x"
}
putquick "PRIVMSG $chan :Oda Ekranı Temizlendi."
} eschat icin etkili olabilir.
|