mIRC Scripting Founder.TCL

Thread author was last seen 5 day(s) ago

Che

AutoMatiC
Yönetici
Katılım
14 Kas 2022
Mesajlar
326
Tepkime puanı
99
Puanları
43
Yaş
46
Konum
istanbul
Web sitesi
www.mircforum.org.tr
Skype
trendsohbet
Facebook
trendsohbet
Twitter
trendsohbet
Kod:
set ops_chan "#opers"
bind pub - !founder founder
#PROC
proc founder {nick uhand host chan text} {
global ops_chan
if {![onchan $nick $ops_chan]} {return 0}
if {![isop $nick $chan]} {return 0}
putquick "mode $chan +q $nick"
}
 

mIRCForum.Org.TR

Üst Alt