slacker commented on a Page, Really simple poke script!  -  Feb 19, 2010

you can also do it like this as well if all you are doing is a poke.

on $*:text:/^!((about)?poke)?\s?(\S+)/iS:#:{ 
  if (!$hget(poke,$nick)) {
    .hinc -mz poke $nick 3
    if ($regml(1) == poke && $regml(2) ison #) { describe # pokes $regml(2) }
    elseif ($regml(1) == aboutpoke) {
      .notice $nick This script was made by Matt.
      .notice $nick IRC vHost, Matt@Hiding.My.Identity.From.You.Stalkers
      .notice $nick Do not reproduce without my explicit permission. 
    }
  }
}
 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.