Jethro commented on a Page, Small Currency Converter  -  Mar 26, 2010

Perhaps you need to provide a brief instruction. Because some people who are new to MSL may not know how to use this script. Also, you can combines these two if statements:> if !%z {
if proh isin %tmp && $g(2) isin %tmp {to one line:

if !%z && proh isin %tmp && $g(2) isin %tmp {

, which will make your script one step smaller.

P.S. I think you should include a sockclose event to unset a couple of vars:

on *:SOCKCLOSE:c:unset %x %tmp
 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.