hi all.
not sure if i can explain it well, but here goes:
i have a dialog called OpsSetup containing a button named Ops (obvious) to Op someone.

Question is: is it possible to enable the ops button as soon as $me is opped. like....
on *:op:#: { if ($opnick == $me) { enable the button } }
on *:deop:#: { if ($opnick == $me) { disable the button } }
thnxs in advange
Greetz
Aaron