mIRC Home    About    Download    Register    News    Help

Print Thread
Page 3 of 3 1 2 3
Joined: Feb 2007
Posts: 28
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Feb 2007
Posts: 28

yeah, i concur about IAL update .. well, i think i dont have much choice but to stick with this code..
Code:
on *:OP:#: {
  if ($opnick == $me) {
    set -u0 %mb.nick 1
    while ($nick($chan,%mb.nick,a) != $null) {
      if ($ulist($address($nick($chan,%mb.nick,a),5),stick,1) != $null) {
        tokenize 32 $ulist($address($nick($chan,%mb.nick,a),5),stick,1).info
        mode # +b $address($nick($chan,%mb.nick,a),$mb.read(banmask))
        kick # $nick($chan,%mb.nick,a) ( Blacklisted! )
      }
      inc %mb.nick
    }
  }
}

it is very effective! no need to IAL update it will boot what's on your list in no time..

Thank you for your endless response guys! =)

Joined: Oct 2006
Posts: 342
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Oct 2006
Posts: 342
maybe this is just for nick blacklist and not for ip/hotmask


learn learn learn
Joined: Feb 2007
Posts: 28
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Feb 2007
Posts: 28
yeah exactly for nick, on my roster most are consist of nicks and if i'll ban someone on ip/hostmask i'll use the cservice bot. =)

Thnx for the concern bro.. Cheers!

Joined: Oct 2006
Posts: 342
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Oct 2006
Posts: 342
hehehe i`m asking if it could be done like that code but for hotmasks too not only nicks.. laugh


learn learn learn
Page 3 of 3 1 2 3

Link Copied to Clipboard