peterpowell commented on a Page, Ad Kicker  -  Mar 31, 2007

Hey,

Here is a \"cleaned up version\"(i always feel good coding structure is the best way to learn Feel free to rip this and improve it.

on :text::#: {
if ($me isop $chan) {
if (www. isin $strip($1-)) {
kick $chan $nick Please do not advertise in $chan
halt
}
if (.com isin $strip($1-)) {
kick $chan $nick Please do not advertise in $chan
halt
}
if (http: isin $strip($1-)) {
kick $chan $nick Please do not advertise in $chan
halt
}
if (# isin $strip($1-)) {
kick $chan $nick Please do not advertise in $chan
halt
}
}
}

 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.