Originally Posted By: Raccoon
The $iif is poor form. While I don't see a glaring problem with the syntax (i'm not looking that hard), I can tell you that you SHOULD be using a regular if-condition in this case.

if (condition) { /behavior }

not

$iif(condition,/behavior)

Perhaps if you switch to a proper if, the problem will work itself out.


Thanks Raccoon
I use mIRC 7.32 and it works $iff, now replaced it, for regular if-condition, also works for me.

I'll pass the code to my friend to try it with your mIRC 6.2.

Very friendly smile