IRCForum - IRC ve mIRC Kullanıcıları Topluluğu

IRCForum - IRC ve mIRC Kullanıcıları Topluluğu (https://www.ircforum.gen.tr/)
-   mIRC Scripting Hazır Kodlar (https://www.ircforum.gen.tr/mirc-scripting-hazir-kodlar/)
-   -   Multi Join | Mass Clone Join Koruması (https://www.ircforum.gen.tr/mirc-scripting-hazir-kodlar/941-multi-join-mass-clone-join-korumasi.html)

SynaX 31-Ocak-2025 11:51

Multi Join | Mass Clone Join Koruması
 
Kod:

on @*:join:#:{
  ;multi join[tüm adresler]
  inc $+(-u,$ccrc(mjhafıza)) %mj [ $+ [ $chan ] ] $ccrc(mjaveraj)
  if (%mj [ $+ [ $chan ] ] >= $ccrc(mjlimit) {
    mode $chan +l $calc($nick(#,0) - %mj [ $+ [ $chan ] ])
    .unset %uz [ $+ [ $nick ] ]
  }
  ;Clone join tek adres..
  var %ad $address($nick,2)
  inc $+(-u,$ccrc(cjhafıza)) %mj. [ $+ [ %ad ] ] $ccrc(cjaveraj)
  if (%mj. [ $+ [ %ad ] ] >= $ccrc(cjlimit)) {
    echo -t $chan %ad $color(info) adresinden  mass Clone join :  $+(%mj. [ $+ [ %ad ] ] )
    .ban $chan %ad
    unset %mj. [ $+ [ %ad ] ]
  }
}
;#config alias
alias -l ccrc  {
  goto $1
  ;### Multi join conf
  :mjhafıza {
    RETURN 2
  }
  :mjaveraj {
    ;bu rakamı degiştirmeyin..
    RETUNR 1
  }
  :mjlimit {
    RETUNR 6
  }
  ;### Clone join conf
  :cjhafıza {
    RETURN 2
  }
  :cjaveraj {
    ;bu rakamı değiştirmeyin..
    RETURN 1
  }
  :cjlimit {
    RETURN 3
  }
}



Forum saati GMT +3 olarak ayarlanmıştır. Şu an saat: 00:08

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.