Advertising
Posted by DarkJFMan
Saturday, June 05, 2004
Description: Not very complicated, and does what it's set for (ty"dirySanchez" for help)

on *:TEXT:*#*:#chan: {
  inc %ad. [ $+ [ $nick ] ]
  if (%ad. [ $+ [ $nick ] ] == 1) { notice $nick Don't advertise Channels in here. Thank You. }
  if (%ad. [ $+ [ $nick ] ] == 2) { ban -ku600 $chan $nick TempBan 10 min for channel advertising }
  if (%ad. [ $+ [ $nick ] ] == 3) { ban -ku1800 $chan $nick TempBan 30 min for channel advertising | unset %ad. [ $+ [ $nick ] ] }
}
Small change for some pepople
Posted by DarkJFMan
Saturday, June 05, 2004 11:47pm PDT
In order to make it that voiced people and ops can advertise simply change to this

on *:TEXT:*#*:#chan: {
if ($nick isreg $chan) {
  inc %ad. [ $+ [ $nick ] ]
  if (%ad. [ $+ [ $nick ] ] == 1) { notice $nick Don't advertise Channels in here. Thank You. }
  if (%ad. [ $+ [ $nick ] ] == 2) { ban -ku600 $chan $nick TempBan 10 min for channel advertising }
  if (%ad. [ $+ [ $nick ] ] == 3) { ban -ku1800 $chan $nick TempBan 30 min for channel advertising | unset %ad. [ $+ [ $nick ] ] }
}
}
Submit a comment
Oops! You need to login or register before you can post a comment!

ebaum's world