on *:text:!mute*:#:{
if ($nick isop $chan) || ($nick ishop $chan) {
if ( !$2 ) { notice $nick You must specify a nick. | return }
if ($2 isop $chan) || ($2 ishop $chan) return
mode $chan +bb ~q: $+ $address($2,2)
mode $chan -v $2
notice $nick $2 has been muted
}
else notice $nick You must have op/hop status to use this command.
}