mIRC needs an "error" event code and color.

Currently:
Code:
if (success) echo -stic info * Success! Good things happened.
else         echo 4 -sti * Error! Things didn't work out as planned.

Should be:
Code:
if (success) echo -stic info  * Success! Good things happened.
else         echo -stic error * Error! Things didn't work out as planned.


Well. At least I won lunch.
Good philosophy, see good in bad, I like!