JeremyStCyr
Historical / Guest
well i have two different types of things i have
GRANT *!???????????DB211????????????????@GateKeeper$* 0 :Web TV 0 : 0 :
VOICE >*!*D21DB211*@*$* and then i do this DENY >*!*@*$* 0 : Guest Ban but the problem is Guest Bots can still join as in guest flooders can you please tell me what i will have to do so only webtv users can join and no guest flooders will make it in? i dont want to ban webtv i just want to ban Guest Flooder Thanks 
this really isn't the answer to flooding but it along with a good flood prot will help you i think.
on *:join:#:{
if ($left($nick,1) == >) && ($nick != $me) && (D21DB211 !isin $address) {
sockwrite -tn msn.server. $+ $cid access $msn.get($cid,fullroom) add deny $address($nick,6) 5 : Guest Flood
sockwrite -tn msn.server. $+ $cid kick $msn.get($cid,fullroom) $nick : $+ No Guest Bots please
}
}
Edited Mar 16, 2004 8:49 AM by err0r