Can it really be true that there is no way that mirc can fetch multiply nicks in an OP/DEOP/VOICE/DEVOICE etc event?

I tried the following:

Command: = //mode # -oo nick1 nick2
Code: = on @*:deOP:#: { echo -a $1- }
Result : -o nick1

Command: = //mode # -oo nick1 nick2
Code: = on @*:deOP:#: { echo -a $mode(1).deop $mode(2).deop }
Result : nick1

I find no way to fetch $3 in these events...

If none can come up with a very simple answer, I would say its a future mIRC feature....