Merhaba Arkadaşım. TEmzile Tcl sorunsuz çalışıyor.kendi sunucumda denedim.eschat vs farketmiyor kanal operatorleri @op vs !temizle Komutuyla Çalıştırabilir.
temizle.tcl
Kod: Kodu kopyalamak için üzerine çift tıklayın!
###################
# Temizleme tclsi #
# By intelbilisim##
###################
set tmzl "0,0_____________________________________________ __________________________________________________ __________________________________________________ __________________________________________________ __________________________________________________ __________________________________________________ __________________________________________________ __________________________________________________ _____________"
bind pub - !temizle temizlik
proc temizlik {nick user hand chan arg} {
global tmzl
if {![isop $nick $chan]} {return 0}
putquick "PRIVMSG $chan : $tmzl ______ "
putquick "PRIVMSG $chan : $tmzl _____ "
putquick "PRIVMSG $chan : $tmzl ____ "
putquick "PRIVMSG $chan : $tmzl ___ "
putquick "PRIVMSG $chan : $tmzl __ "
putquick "PRIVMSG $chan : $tmzl _ "
putquick "PRIVMSG $chan : $tmzl "
putquick "PRIVMSG $chan : Kanal ekranı temizlendi.."
}