Color Kicker

By LucSatise on Jan 11, 2008

A color kicker made on request for forums.

Usage: Right click channel > color kicker > add

on *:text:*:#:{
  if ($chan iswm %chankicks) {
    if ( isin $1-) { kick $chan $nick No Colors Please }
  }
}
menu Channel {
  Color Kicker
  .$iif($chan iswm %chankicks,Del $chan): set %chankicks $remtok(%chankicks,$chan,32) | echo $active Deleted form Color Kicker: $chan
  .$iif($chan !iswm %chankicks,Add $chan): set %chankicks $addtok(%chankicks,$chan,32) | echo $active $chan added to color kicker. 
}

Comments

Sign in to comment.
Jethro   -  Dec 29, 2010

You can do it with regex:

on $*:text:/\03/:#:{

Or

on $*:text:/\cc/:#:{

Of course, with the color control char:

on $*:text://:#:{
 Respond  
macs-rock   -  Dec 29, 2010

fail why not just put the channel in +S

 Respond  
LucSatise   -  Jan 11, 2008

As i said i made this on request. Its Tested as well so will definately work

 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.