Jethro commented on a Page, Anti-advertisement Bot  -  Feb 25, 2009

Not sure how you can fix the "www" and "#" things, so you should ask a person who is familiar with regex (regular expressions).
It's easy to fix it with regex:

on $*:TEXT:/(www\56|\57\57\56|\72\57\57|\43,[a-zA-Z]|.com)/iS:#: {

The above regex string will match www. http:// .com and # It won't kick with just reading # itself.

 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.