might not be any help at all, but if you messed about with $1 $2 etc it might work... i can get this working below, but havent been able to get it to op other nicks yet... i had tried mode # +o $2 where the command in the channel would be:
"op nicknam" but it doesnt work, just so far ive got "op" working where the other mirc ops you... hope this helps slightly... probably doesnt though...

on *:text:op:#test: {
if ($2 == $null) { mode # +o $nick }
}