I was playing with $calc and I noticed that if I echo an entry that will return zero, I get * /echo: insufficient parameters. The funny is that it only happens when I don't define a target for the echo (-a, -s, etc), and only when the answer is the only value in the string. Apparently mIRC reads the zero as $null or something..

//echo $calc(2-2) -> * /echo: insufficient parameters
//echo -a $calc(2-2) -> 0
//echo Answer: $calc(2-2) -> Answer: 0


Not really a oh-my-god-it's-gonna-explode bug but I thought I should post it :P