lookjapan.COM - IRC ve mIRC dünyasının forumu!

lookjapan.COM - IRC ve mIRC dünyasının forumu! (http://www.lookjapan.com/index.php)
-   Hazır Kodlar (http://www.lookjapan.com/forumdisplay.php?f=51)
-   -   Join/part koruması(Can sıkıntısı) (http://www.lookjapan.com/showthread.php?t=70)

Toprak 26 Ocak 2015 00:04

Join/part koruması(Can sıkıntısı)
 
Canım sıkılıyordu birşeyler yapmak istedim.
Buyrun;

Kod:

alias jpart {
  if ($isid) {
    hinc -m jp $+($1.,$2) 1
    if (!$timer($hget(jp,$+($1.,$2)))) { $+(.timer,$+($hget(jp,$+($1.,$2)))) 1 $3 hdel -s jp $+($1.,$2) }
    if ($($hget(jp,$+($1.,$2))) >= $4) { hdel -s jp $+($1.,$2) 1 | return $true }
    else { return $false }
  }
}

$jpart(#kanal,$nick,saniye,giriş çıkış sayısı)

Örneğin ;

Kod:

on @*:join:#: { if $jpart(#,$nick,10,3) { .mode # +b $address($nick,5) | .kick # $nick Dışarı canım ;) } }
Umarım işinize yarar.


All times are GMT +3. The time now is 06:44.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.