Jethro commented on a Page, (Notice)  -  Feb 05, 2010

Perhaps no loops needed after all:

on *:INPUT:#: {
  if (/* !iswm $1) && (!$ctrlenter) && (!$inpaste) {
    if ($regex($1-,/[(](.+)[)]/iS)) notice $snicks $regml(1) | haltdef
  }
}

yes my mistake the asterisk in the regex should've been + instead.

 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.