Anti-Notice Script
Friday, February 09, 2007
Description: Simple script. ppl get banned for 30 minz if they notice in your channel.
on *:NOTICE:*:#channel,#channel,#channel,#channel: { cs $chan tb $nick 30m Please do NOT notice in $chan $+ ! (30m ban) } }
pretty lame on how you ban
Friday, February 09, 2007 10:56pm PST
pretty lame on how you ban, you should do
on *:NOTICE:*:#channel: {
/kick $chan $nick Noticing the channel is against the Gamesurge AUP www.gamesurge.net/aup -> 3 <- [^b] 30 MIN BAN [^b]
/ban -u1800 $chan $nick
}
}
Saturday, February 10, 2007 02:15am PST
pretty lame how u steal ppls scripts and say its yours. no1 likes u. quit life
Saturday, February 10, 2007 04:30pm PST
why are you guys battling
anyways, you tried to correct his 'banning methods' saying his were 'lame' but all you had to do was ban -ku in yours, thus, yours is 'lame' as well?
Saturday, February 10, 2007 07:27pm PST
ok dude
Wednesday, February 21, 2007 05:33am PST
how is his script bad. you are not even enhancing the script all you do is change from ChanServ banning the user to you banning the user.
Wednesday, February 21, 2007 05:42am PST
hey man you could add a on/off system to your ban notice so you can choose when to have it enabled and what channel.
on *:NOTICE:*:%noticechan: {
if (%noticepunish == 1) {
cs $chan tb $nick 30m Please do NOT notice in $chan $+ ! (30m ban)
}
}
menu channel,query {
.Anti-Notice System
..Turn ON? { set %noticechan $?="Enter your Channel to Anti-Notice." | set %noticepunish 1 | echo -a Turned on Notice Punishment (added channel)
}
..Turn OFF? {
unset %noticepunish | unset %noticechan | echo -a Turned off Notice Punishment
}
}
NOTE: has not yet been tested but it the script looks fine.
gl have fun :)
epex
Submit a comment
Oops! You need to
login or
register before you can post a comment!