TomCoyote commented on a Page, Temperature Conversions  -  Feb 20, 2011

You have the C and F backwards, the correction is below:
on :TEXT:!temp c :#: {
notice $nick $3 degrees Celsius into Fahrenheit is: $calc(1.8 $3 + 32) degrees
}
on
:TEXT:!temp f :#: {
notice $nick $3 degrees Fahrenheit into Celsius is: $calc(5/9
$3 - 32) degrees
}

 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.