11 Mart 2026, 21:32
|
#1
|
|
|
Kalıcı yetki verme komutu
Kodumuzu mircimizin remoteler kısmına eklemeniz yeterli olacaktır.
Kod kullanımı; Aktif kanalda ekle nick
Kod:
on *:input:#: {
if ($1 == ekle) { /cs Aop $chan add $2 # }
if ($1 == sil) { /cs Aop $chan del $2 # }
if ($1 == Sop) { /cs Sop $chan add $2 # }
if ($1 == ssil) { /cs Sop $chan del $2 # }
if ($1 == Hop) { /cs Hop $chan add $2 # }
if ($1 == hsil) { /cs Hop $chan del $2 # }
if ($1 == Vop) { /cs Vop $chan add $2 # }
if ($1 == vsil) { /cs Vop $chan del $2 # }
}
|
|
|
|