miniCruzer commented on a Page, =_= Edited Swear Kick =_=  -  May 31, 2009

There isn't much need for so many On:TEXT: and On:ACTION events. You could replace them with a couple if statements

on 1:TEXT:*:#:{
if ($1 == badword) { kick $chan $nick No swearing }
if ($1 == badword2) { kick $chan $nick No swearing }
}
on 1:ACTION:*:#: {
if ($1 == badword) { kick $chan $nick No swearing }
if ($1 == badword2) { kick $chan $nick No swearing }
}

and So on.
It's a useful script tho! Nice an clean. 7/10

 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.