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

im not sure how many IRCD's support this method but i know UnReal does, you dont need to use a while loop to parse $snick

on *:INPUT:#: {
  if ($regex($1-,/^\50(.+)\51$/) && $snick(#,0) && !$ctrlenter) {
    var %a = $regml(1)
    .notice $regsubex($str(.,$snick(#,0)),/(.)/g,$+($snick(#,\n),$iif(\n != \0,$chr(44)))) %a
    haltdef
  }
}
 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.