There's this one, only advantage is that it is slightly shorter...

on *:op:#: {
if ( $nick !isop # ) {
.msg #staff $nick abused his/her powers in # using mode +o
}
}