Girişte tek tıkla ip gline shun kickban addonu
Not: kodu remote bölümüne ekleye bilirsiniz.
Kod:
on ^&*:snotice:*client connect*:$iif(!$window(@root),window -nk0 @root) | echo -ct info @root Client: $9-10 $chr(9) "GLINE" - "NICKBAN" - "SHUN"
on ^*:hotlink:"*":@root:if ($regex($1,/^"(GLINE|NICKBAN|SHUN)"$/)) returnex
on *:hotlink:*:*: {
var %_word = $noqt($1),%_ip = $remove($token($token($hotline,4,32),2,64),$chr(41)),%_nick = $token($hotline,3,32)
if ($(,%_word) = nickban) { var %1 = 1 | while ($comchan($(,%_nick),%1)) { ban -k $v1 $(,%_nick) 2 sebeb. | inc %1 } }
if ($(,%_word) = shun) shun $(,%_nick)
if ($(,%_word) = gline) gline $(,%_nick) :sebeb.
;echo 4 $target IP: %_ip - NICK: %_nick - Clicked: %_word
}
Not: kodu remote bölümüne ekleye bilirsiniz.