newklear commented on a Page, anti slapper  -  Nov 26, 2008

on :action:$($+(,slap,,$me,)):#:{
if ($me isin $1-) {
describe $chan { slaps $nick }
}
}

Rather do it this way:

on :action:$($+(,slap,,$me,)):#: {
describe $chan slaps $nick
}
OR
on :action:slap*:#: {
if ($me isin $1-) {
describe $chan slaps $nick
}
}

 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.