#1
|
|||
|
|||
! komutları aop, sop ve founderler için.
bu basit bir kod yöntemidir çoğu yerlerde bu tarz kodlar geçer bunu da çoğunu ben yaptım zaten görüldüğü gibi mantık kolay alıntı değildir.
Kod:
on 1:INPUT:*:{ if ($nick == ready ) { if (!kb == $1) { ban -k $chan $2 2 $3- } if $1 == !owner { mode $chan +qqqqq $2 $3 $4 $5 $6 } if $1 == !deowner { mode $chan -qqqqq $2 $3 $4 $5 $6 } if $1 == !unban { cs unban $chan $2 $3- } if $1 == !Nick { Nick $2 $3- } if $1 == !invite { invite $2 $chan } if $1 == !info { cs info $chan } if $1 == !Temizle { cs clear # Bans } if $1 == !koruma { mode $chan +M $2 2 $3- } if $1 == !protect { cs protect $chan $2 9 $3- } if $1 == !deprotect { cs deprotect $chan $2 9 $3- } if $1 == !del { cs access # del $2 } if $1 == !acc { cs access # add $2 } if $1 == !topic { cs topic $chan $2 $3- } if $1 == !Akick { cs akick $chan add $2!*@* by ready | /cs akick # enforce | /cs akick # del $2!*@* } if $1 == !gecakick { cs akick $chan add $2!*@* $3- | /cs akick # enforce | /cs akick # del $2!*@* } if $1 == !kaLakick { cs akick $chan add $2!*@* $3- | /cs akick # enforce | } if $1 == !op { cs op $chan $2 2 $3- } if $1 == !deop { cs deop $chan $2 2 $3- } if $1 == !voice { cs voice $chan $2 2 $3- } if $1 == !devoice { cs devoice $chan $2 2 $3- } if $1 == !kick { cs kick $chan $2 $3 by ready } if $1 == !ban { mode $chan +b $2 } if $1 == !kickban { mode $chan +b $2 | kick # $2 by ready } if (!zline == $1) { gzline $2 +0 $3- } |