Advertising STOP!

By WacKy- on Dec 22, 2004

cool anti advertising script, i didnt make it but a m8 of mine did , its very good so use it !

on @*:TEXT:*#*:#chan:{ 
  if ($nick isop $chan) { halt
  }
  if (!$readini(advertise.ini,$chan,$wildsite)) { 
    writeini advertise.ini $chan $wildsite 1 
    .notice $nick Please do not advertise on $chan $+ , next violation will result in a kick. 
    halt 
  } 
  if ($readini(advertise.ini,$chan,$wildsite) == 1) { 
    writeini advertise.ini $chan $wildsite 2 
    kick $chan $nick Advertising: Kick, next violation 10m ban. 
    halt 
  } 
  if ($readini(advertise.ini,$chan,$wildsite) == 2) { 
    writeini advertise.ini $chan $wildsite 3 
    ban -ku600 $chan $nick Advertising: 10m ban, next violation 30m ban. 
    halt 
  } 
  if ($readini(advertise.ini,$chan,$wildsite) == 3) { 
    writeini advertise.ini $chan $wildsite 4 
    ban -ku1800 $chan $nick Advertising: 30m ban, next violation 60m ban. 
    halt 
  } 
  if ($readini(advertise.ini,$chan,$wildsite) == 4) { 
    writeini advertise.ini $chan $wildsite 5 
    ban -ku3600 $chan $nick Advertising: 60m ban, next violation perm ban. 
    halt 
  } 
  if ($readini(advertise.ini,$chan,$wildsite) == 5) { 
    ban -k $chan $nick 2 Advertising: Perm ban. 
  } 
}

Comments

Sign in to comment.
LIQUID_NiTrO   -  Dec 28, 2004

also, this forum is very good about not doing the old \"haha i pwnz0r j00 n00b\" thing. Please don\'t start. And, while you\'re at it, if you\'re going to go around saying things like that, you should at least attempt to contribute to this site rather than just coming here and acting like you\'re better than someone else just cuz you were born that way.

 Respond  
xtr   -  Dec 24, 2004

blabl :>

 Respond  
Yoinx   -  Dec 24, 2004

Yeah, there\'s a chance that two people will make the exact smae thing, but everyone has their own way of making it do certain things. So the code seldom looks EXACTLY the same even though it does the exact same thing.

 Respond  
xtr   -  Dec 23, 2004

hahahahahahahahaha n0000000000000000000b

 Respond  
xtr   -  Dec 23, 2004

DONT FUCKNG RIP ?? stupid n00b http://www.zyberdog.com/?id=4 <-- you have just removed the colors ???

 Respond  
LIQUID_NiTrO   -  Dec 22, 2004

Great so with this protection people will not be able to say # in your channel? I would at least make it so that you match it with #& rather than #. This would make it so that \"Blah blah # blah\" would not trigger it, but \"Blah blah #blah blah\" would.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.