Yönetici

- Katılım
- 14 Kas 2022
- Mesajlar
- 310
- Beğeniler
- 95
- Favori Oyun
- Meslek
- Discord
- İsim
Kod:
bind pub - !+m chanmod
#Komut algılama
proc chanmod {nick uhand host chan text} {
if {![isop $nick $chan]} {return 0}
putquick "mode $chan +m"
putquick "privmsg $nick : $chan +m Moduna Alindi $nick"
}
bind pub - !-m chanmod
#Komut algılams
proc chanmod {nick uhand host chan text} {
if...
Please login to view full content. Giriş yap veya üye ol.
Benzer konular