Skip to content
MSN

+q+q

A TG007 community discussion started by tech9.

Discussion 4 posts
Page 1 of 1
Open
Topic #2454 · 4 published posts · 485 views

hey i was wondering if anyone has a prot to this because i keep propping as much time he +q's me heres an example

 

guy sets mode +q you

guy sets mode +q you

guy sets mode +q you

guy sets mode +q you

guy sets mode +q you

guy sets mode +q you

guy sets mode +q you

you propped ownerkey: key

you propped ownerkey: key

you propped ownerkey: key

you propped ownerkey: key

you propped ownerkey: key

guy: lmao!!!!

you propped ownerkey: key

you propped ownerkey: key

 

so if anyone has an idea how to kick someone when they +q+q flood u and not to prop ownerkeys nonstop please help.. thanks

code a mode flood protection and remove ur on OWNER prop $chan ownerkey blah

on me:*:join:#:hop #

on *:me:*:owner:#:{
 if (!$hget($nick,owner)) hadd -m $nick owner 0
 hinc $nick owner 1
 if ($hget($nick,owner) >= 3) { kick $chan nick Owner flooding | hadd -m $nick owner 0 }
}

it should work, otherwise use:

on *:owner:#:{
 if ($nick == $me) {
if (!$hget($nick,owner)) hadd -m $nick owner 0
hinc $nick owner 1
if ($hget($nick,owner) >= 3) { kick $chan nick Owner flooding | hadd -m $nick owner 0 }
}
}

 

Edited Jan 9, 2005 1:38 AM by OZZY_10â„¢

 

i guess u shud clear the owner access, and add $address to deny 1st before kicking the $nick, coz it sure will be a script wich will cause u kicked back with a revenge kick.

on me:*:join:#:hop #