Just add the letter q to it. Problem solved:
Quote:
$iif($nick(#,$me,~&@q),Owner)
Instead of using the user mode prefix, you can use its nick mode. To find out the nick mode your network supports when connected, enter:
Code:
//echo $nickmode
If you insist on using the prefix or symbols, enter:
Code:
//echo $prefix
Then all you do is pick a nick mode or prefix you want to show for your popup by adding to it. Same for removing one that you don't want the popup to show.