napa182 commented on a Page, Op/Admin/other Popup  -  May 25, 2009

a careful warchild Said

..Quarter Op:auser Quarterop $address($$1,2)

on $Quarterop:text:/!k(ick)?\b/Si:*:tokenize 32 $strip($1-) | if ($2) msg chanserv kick $chan $2 $iif($3,Reason Not Specified.)

Would work.

@ a careful warchild why would you use tokenize 32 $strip($1-) if you are striping colors in the regex, and as well if you are going to use regex you may as well use $regml cuz then there would be no point in useing it. Ur $iif line needs abit of work as well.
maybe

on $Quarterop:text:/^(!k(ick)?)\s(\S+)\s?(.+)?/iS:#:{ if ($regml(2) ison #) { .msg chanserv kick # $regml(2) $iif($regml(3),$regml(3),Reason Not Specified.) } }
 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.