slacker commented on a Page, Kick Me/Ban Me/KickBan Me  -  Mar 16, 2009

you could put them under one event

on $*:Text:/^!(kickme|kickbanme|banme)$/S:#:{ 
  if ($1 == !kickme) { kick # $nick Kicked on request }
  elseif ($1 == !kickbanme) { ban -ku30 # $nick 2 Kick + 30 second ban by request }
  elseif ($1 == !banme) { ban -u30 # $nick 2 | msg # $nick activated a 30 second ban by request. }
}
 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.