Skip to content
MSN

Guest Flooders

A TG007 community discussion started by Soul Calibur.

Discussion 7 posts
Page 1 of 1
Open
Topic #568 · 7 published posts · 940 views

hey i made a room on msn called:

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Cool Chat

 

The problem is there is dis lamer called _xX_Hex_Xx_ he keeps flooding my room with Guests making the chat inconvenient for other users and me. Does anyone know how to prevent the room from being flooded by guests. any code you have will be great

just work out the similarity between each guest nick in the flood, and ban that similarity. if you don't mind having all guests ban, then ban all guests.

on *^join:#:{ if ($chan == %#chanhere) && ($nick == $me) { timer.bangue 0 40 access %#chanhere add deny >* } }

obviously,replace "chanhere" with the channel.

#gfloodprot on

on *:join:#:{ if (>* iswm $nick) && ($me isop $chan) { .timerguest 1 4 { gkick $!chr(37) $!+ $right($chan,-1) } } }

 

alias gkick {

if (!%ag) { access # add deny *>* }

inc -u4 %ag

var %x = 1,%y,%z

while ($nick($1,%x)) {

if ($numtok(%y,44) >= 20) { raw -q kick $1 %y | var %y | inc %z }

if (%z >= 3) { .timerguest -m 1 750 { gkick $!chr(37) $!+ $right($1,-1) } | goto end }

elseif (>* iswm $nick($1,%x)) { var %y = %y $+ , $+ $nick($1,%x) }

inc %x

}

if (%y) { raw -q kick $1 %y | unset %ag }

:end

}

#gfloodprot end

 

Thanks everyone

well i had that problem to........at one time guest flooders......so like gatekeeper said.........i just ban all guests......they just about like spectators anyways........now scine i did that i have no probs with stupid lamers............guest flooders


on *:join:#:{

var %gg = $remove($gettok($ial($nick).addr,1,$asc(@)),$right($gettok($ial($nick).addr,1,$asc(@)),16),$left($gettok($ial($nick).addr,1,$asc(@)),8))

if ($left($nick,1) == >) && (%gg != D21DB211) && ($me isop #) {

raw -q kick # $nick :!WebTv

}

}