Jethro commented on a Page, KidSnot's akick  -  Sep 07, 2009

How about this:

on @*:TEXT:*:#: {
  if ($nick isop $chan) {
    if ($strip($1) == .akick) && ($2 ison $chan) {
      cs akick $v2 add $v1 $3- 
      notice $nick $v1 has been added to the akick list of $v2 
    }
    if ($strip($1) == .dakick) && ($2 ison $chan) {
      cs akick $v2 del $v1
      notice $nick $v1 has been deleted from the akick list of $v2
    }
    if ($strip($1) == .makick) && ($2 ison $chan) {
      cs akick $v2 del $v1 | cs akick $v2 add $v1 $3-
      notice $nick $v1 has been modified in the akick list of $v2
    }
  }
}
 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.