Operator Message.
Posted by mklaif
Saturday, April 28, 2007
Description: Message a channel operator. (Does not include ChanServ.)
Written by: mklaif
Date: 4/28/07
alias opmsg {
var %oppers = 1
while (%oppers <= $nick($active,0)) {
if ($nick($active,%oppers) != ChanServ) {
query $nick($active,%oppers) $1-
}
inc %oppers
}
}
Usage: /opmsg <text>
Location: Remote
Instead of using a notice with /onotice, you can use this to PM them.
Written by: mklaif
Date: 4/28/07
alias opmsg {
var %oppers = 1
while (%oppers <= $nick($active,0)) {
if ($nick($active,%oppers) != ChanServ) {
query $nick($active,%oppers) $1-
}
inc %oppers
}
}
Usage: /opmsg <text>
Location: Remote
Instead of using a notice with /onotice, you can use this to PM them.