I mod a twitchTV room and want to ban all links except certain ones.

This kicks them from the room, but I want to allow certain links (youtube, etc) through. how do I do this?

on $*:text:/\.(?=com\b|net\b|org\b|ca\b|uk\b|name\b|me\b|cc\b|ly\b)/iS:#: { if ( $nick != Xangoldbot ) { msg $chan .timeout $nick 500 } }


Thanks!!!