mIRC Scripting Founder.TCL

Durumu:
Çevrimdışı

Che

Yönetici
Katılım
14 Kas 2022
Mesajlar
310
Beğeniler
95
Favori Oyun
Meslek
Discord
İsim
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"
}
 

Users who are viewing this konu

Üst Alt