on @slave:TEXT:!op *:#: {
if ($istok($ulist($address($nick, 5), Slave, 1).info, $chan, 44) {
/mode $chan +ooo $2-
}
else {
.notice $nick You do not have access to this command.
}
}