on 1:TEXT:*::#: {
if (?* iswm $1-) {
/set -u0 %command $remove($1, ?)
if (%command == op) { /mode $chan +ooo $2- }
else if (%command == deop) { /mode $chan -ooo $2- }
; etc
}
}