03 Haziran 2009, 12:54
|
#1 |
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
| !op !deop komutu help
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
alias yetkibul { if ($operbul($2) == 1) { return 1 } if (!$2) { var %h = 1, %htop = $hget(0) while (%h <= %htop) { if ($hfind($hget(%h),$+(*.,$1),0,w)) { return 1 } inc %h 1 } if ($operbul($1) == 1) { return 1 } else { return 0 } } if ($hget($1,$+(op.,$2))) { return 1 } else { return 0 } } alias yetkiara { if (!$1) { halt } var %h = 1, %htop = $hget(0) while (%h <= %htop) { if ($hfind(%h,$+(*.,$1),0,W)) { return 1 } inc %h 1 } if ($operbul($1) == 1) { return 1 } else { return 0 } } alias yetkisil { if (!$1) { halt } var %h = 1, %htop = $hget(0) while (%h <= %htop) { if ($hfind(%h,$+(*.,$1),0,w)) { hdel $hget(%h) $+(op.,$1) } inc %h 1 } }
bu koda bagli olarak !op !deop komutu nasil yapilabilir socket deqil ama normal script botuna eklenmesi için bir örnek verirseniz cok sevinirim |
| |