Originally Posted By: Wims
Use $iif to make a condition:
Code:
menu channel {
iif($chan == #yourchannel,my popup) : echo -a my popup!
}

didn't work, in the menu it just appeared with the 'iif($chan == #yourchannel,my popup) ' (i changed the # to my channel dw, but still just popped up with it.

Last edited by dominic_eddy; 05/08/12 08:03 PM.