Use this if you are not an opperator on #targetchannel.It will send a PM to all ops and a message to channel
on *:Text:@help*:#channel: {
msg #targetchannel $nick said ( $+ $2- $+ ) on $chan
var %i = 1
while ($nick(#targetchannel,%i,o)) {
.msg $v1 $nick said ( $+ $1- $+ ) on $chan
inc %i
}
}
If you are an opperator you can use the onotice command (or omsg) See mirc help for more info
on *:Text:@help*:#channel: {
onotice #targetchannel $nick said ( $+ $1- $+ ) on $chan
}