mIRC Homepage
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.
© mIRC Discussion Forums