I have series of aliases to control my popups...
They enable/disable submenus on specified conditions (whether I'm opped or not, whether i'm in certain server/network or not, etc...)

What I need is a way how to "override" alias in some situations.
eg. I want to display menu group for channel operator even when alias which checks my status will disable the menugroup.

There is $ctrlenter for "ON INPUT".
But is there something I can use for aliases? Like if Control (or shift) is pressed when alias is called it will return something else?

Something like:

alias something {
if ($ctrldown) { return one thing | halt }
else { Return something else }
}



echo -a $signature