Skip to content
MSN

Nick Flood

A TG007 community discussion started by maxi_maxi.

Discussion 8 posts
Page 1 of 1
Open
Topic #584 · 8 published posts · 983 views

Any one know how to stop this

guest_11423 known as guest_23123

guest_323 known as guest_21312

this really dc script:o

just deny guest wait for about 30 minutes most of the time they give up about 30 minutes later so just deny guest in the mean tiem and by the way maxi most of the msn script stuff will go here smile.gifhttp://techgear007.net/forum/index.php?showforum=5

Edited Jun 3, 2004 7:51 AM by JeremyStCyr

on *:NICK:#: { /access $chan add deny *! $+ $$ial($newnick $+ *,1).addr 1440 : Name change | /kick $chan $newnick Don't name change. }

 

i came up with this on the spot, donno if it would work, ozzy can fix it up if it doesn't tongue.gif. anyways you'll need to advance it if you want it to work properly on flooders, otherwise you'll just boot everyone who changes their nick.

 


on 1:nick:{

if ($left($newnick,1) == >) && ($me isop $comchan($newnick,1)) {

raw -q kick $comchan($newnick,1) $newnick $crlf access $comchan($newnick,1) add deny >* 1

}

}

hy i dint want to kick nick flood i want that i cant see in my scritp

cause i was not owner it crate problrm

any way to stop seeeing this in script???????? rolleyes.gif

hy i dint want to kick nick flood i want that i cant see in my scritp

cause i was not owner it crate problrm

any way to stop seeeing this in script???????? rolleyes.gif

find any on nick events, and put /* above it, and */ below it. That way it just skips that section. If you still get the problem, put this code in. on *:NICK:*: { /halfdef }

not haltdef, he needs /ignore $newnick

on me:*:join:#:hop #

but if you use ignore new nick, it will actually ignore them, i think he just wants to stop the nick event from showing, and not actually ignore the user.