napa182 commented on a Page, !userlist command  -  Mar 02, 2010

you can also change the

 if (!$2) { msg # 4USAGE: !userlist <channel> }
  elseif ($me !ison $2) { msg # 4ERROR: I can't scan $2 as I'm not in it. }

to

if (!$2 || $me !ison $2) { msg # 4 $iif(!$2,USAGE: !userlist <channel>,ERROR: I can't scan $2 as I'm not in it.) }

but whatever makes no diff....

 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.