Skip to content
MSN

WebTV Allowed But Guest Flooders Banned

A TG007 community discussion started by JeremyStCyr.

Discussion 4 posts
Page 1 of 1
Open
Topic #121 · 4 published posts · 667 views

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 smile.gif

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

Yo what is web TV ?????

webtv is something that allows net access through your tv , for those who cant afford a comp.

Down side to this , is you cant create an msn nick , so you are a guest.

My code does NOT have bugs. It just develops random features.