IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   mIRC Scripting Sorunları (https://www.ircforumlari.net/mirc-scripting-sorunlari/)
-   -   oper tekrar korumasinda bir hata (https://www.ircforumlari.net/mirc-scripting-sorunlari/11340-oper-tekrar-korumasinda-bir-hata.html)

arananadam1 27 Ocak 2006 13:37

oper tekrar korumasinda bir hata
 
if $nick isreg # && $_isrepeat($nick,#,$remove($strip($1-),$chr(32)),3,5) { samode # +b $nick | msg #  $nick  lutfen tekrar yapmayiniz. | msg #yönetim  $chan  kanalinda  $nick  tekrar yaptigi icin banlanmistir | timer 1 60 samode # -b $nick } }
;$_isrepeat(nick,#kanal,text,tekrar,saniye)
alias _isrepeat {
if ($isid) {
inc %prot.repeat. $+ $2 $+ . $+ $1 $+ . $+ $encode($3,m)
if (!$timer($+(prot.repeat.,$2,.,$1,.,$encode($3,m))) ) { $+(.timerprot.repeat.,$2,.,$1,.,$encode($3,m)) 1 $5 unset $+(%,prot.repeat.,$2,.,$1,.,$encode($3,m)) }
if (%prot.repeat. [ $+ [ $2 ] $+ ] . [ $+ [ $1 ] $+ ] . [ $+ [ $encode($3,m) ] ] >= $4) { unset $+(%,prot.repeat.,$2,.,$1,.,$encode($3,m)) | return $true }
else { return $false }
}
}


kardes boyle bisey buldum ama bot durduramassa kanala cok uyar yaziyor ve status u samode ile doldruyor

saldiriyi durduramasada 1 uyari ve 1 samode kullansin istiyorum mumkunmu acaba

CipriX 28 Ocak 2006 20:45

if $nick isreg # && $_isrepeat($nick,#,$remove($strip($1-),$chr(32)),3,5) { timer 1 1 /samode # +b $nick | timer 1 2 /msg #  $nick  lutfen tekrar yapmayiniz. | timer 1 2 /msg #yönetim  $chan  kanalinda  $nick  tekrar yaptigi icin banlanmistir | timers off | timer 1 60 samode # -b $nick } }
;$_isrepeat(nick,#kanal,text,tekrar,saniye)
alias _isrepeat {
if ($isid) {
inc %prot.repeat. $+ $2 $+ . $+ $1 $+ . $+ $encode($3,m)
if (!$timer($+(prot.repeat.,$2,.,$1,.,$encode($3,m))) ) { $+(.timerprot.repeat.,$2,.,$1,.,$encode($3,m)) 1 $5 unset $+(%,prot.repeat.,$2,.,$1,.,$encode($3,m)) }
if (%prot.repeat. [ $+ [ $2 ] $+ ] . [ $+ [ $1 ] $+ ] . [ $+ [ $encode($3,m) ] ] >= $4) { unset $+(%,prot.repeat.,$2,.,$1,.,$encode($3,m)) | return $true }
else { return $false }
}
}


;Böle Dene İşe Yaramalı


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 02:46.

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net