28 Ağustos 2009, 13:15
#1 Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
Acİl yardim
ARKADASLAR ELIMDE BI !temizle TCL'SI BULUNMAKTA bunu eggdrop botuma eklıyorum fakat calısmıyor... mevcut tum temızleme komutlarını denıyorum fakat bot temızleme ıslemını yapmıyor...
orn :
!temizle
.temizle
.clear
!clear
vs vs vs
ama kod'a baktıgımız zaman !temizle yaptıgımızda calısması lazım acaba sorun nedır yardımcı olurmusunuz
Kod: Kodu kopyalamak için üzerine çift tıklayın!
##########################Temizle.Tcl############# #############
################################################## ###########
set tmzl "0,4###########################################################"
bind pub - !temizle temizlik
proc temizlik {nick user hand chan arg} {
global tmzl
if {![isop $nick $chan]} {return 0}
putquick "PRIVMSG $chan : $tmzl 0,4###########################################################"
putquick "PRIVMSG $chan : $tmzl 0,4###########################################################"
putquick "PRIVMSG $chan : $tmzl 0,4##########################______###########################"
putquick "PRIVMSG $chan : $tmzl 0,4#####################________________######################"
putquick "PRIVMSG $chan : $tmzl 0,4#################________________________##################"
putquick "PRIVMSG $chan : $tmzl 0,4##############______________________________###############"
putquick "PRIVMSG $chan : $tmzl 0,4############__________________________________#############"
putquick "PRIVMSG $chan : $tmzl 0,4##########______________________________________###########"
putquick "PRIVMSG $chan : $tmzl 0,4#########_____________##############_____________##########"
putquick "PRIVMSG $chan : $tmzl 0,4########__________######################__________#########"
putquick "PRIVMSG $chan : $tmzl 0,4#######_________###########################_________######"
putquick "PRIVMSG $chan : $tmzl 0,4######________##############################________#####"
putquick "PRIVMSG $chan : $tmzl 0,4######_______################################_______#######"
putquick "PRIVMSG $chan : $tmzl 0,4######______##################################______######"
putquick "PRIVMSG $chan : $tmzl 0,4######______##################################______#######"
putquick "PRIVMSG $chan : $tmzl 0,4#######_____##################################_____########"
putquick "PRIVMSG $chan : $tmzl 0,4########____##################################____#######"
putquick "PRIVMSG $chan : $tmzl 0,4#########___##################################___#########"
putquick "PRIVMSG $chan : $tmzl 0,4##########___################################___###########"
putquick "PRIVMSG $chan : $tmzl 0,4###########___##############################___############"
putquick "PRIVMSG $chan : $tmzl 0,4#############__############################__##############"
putquick "PRIVMSG $chan : $tmzl 0,4###############_##########################_################"
putquick "PRIVMSG $chan : $tmzl 0,4################_########################_#################"
putquick "PRIVMSG $chan : $tmzl 0,4###########################################################"
putquick "PRIVMSG $chan : $tmzl 0,4############################__#############################"
putquick "PRIVMSG $chan : $tmzl 0,4###########################____############################"
putquick "PRIVMSG $chan : $tmzl 0,4##########################______###########################"
putquick "PRIVMSG $chan : $tmzl 0,4#########################________##########################"
putquick "PRIVMSG $chan : $tmzl 0,4#################_______________________###################"
putquick "PRIVMSG $chan : $tmzl 0,4####################__________________#####################"
putquick "PRIVMSG $chan : $tmzl 0,4#######################____________########################"
putquick "PRIVMSG $chan : $tmzl 0,4######################______##______#######################"
putquick "PRIVMSG $chan : $tmzl 0,4#####################____########____######################"
putquick "PRIVMSG $chan : $tmzl 0,4####################__##############__#####################"
putquick "PRIVMSG $chan : $tmzl 0,4###########################################################"
putquick "PRIVMSG $chan : $tmzl 0,4###########################################################"
putquick "PRIVMSG $chan : $tmzl 0,4###########################################################"
putquick "PRIVMSG $chan : $tmzl 0,4#################### Ya SEV YA TERKET ###################"
putquick "PRIVMSG $chan : Kanal ekranı tertemiz Oldu.."
}