Excessive Color Kick

By ReQueST on Jul 17, 2004

If a person uses more then an x amount of colors, u will kick them, when your an op on the channel ofcourse.
Explantion:
"if ($regex($1-,/\003/g) > 3)" Determens how much is allowed, the more your increase the number after the ">" the more colors people can use.
"(Max 3)" seems logic. It says how much colors are allowed in the kick.

on *:TEXT:*:#channelweretouseit:{
  if ($regex($1-,/\003/g) > 3) { kick $chan $nick EXCESSIVE-COLORS. $regex($1-,/\003/g) colors detected. (Max 3) }
}

Comments

Sign in to comment.
TropicalMeltdown   -  Jul 23, 2008

Nice Scritp

 Respond  
ShAmPi   -  Jul 23, 2008

Could this be made with
Notice on first time they use /me
And kickban second time they use /me ?

Nice lil script ;)

 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.