Voice Message

By Jester on Nov 28, 2005

Simply Type /vmsg (message)
And only vop, halfop, and op
can see what you are saying.

alias vmsg {
  var %i = 0
  while %i < $nick(#,0,ohv) {
    inc %i
    if ($nick(#,%i,ohv) == $me) { goto next }
    .notice $nick(#,%i,ohv) [@%+ Notice to: $chan $+ ]  $$1-
    :next
  }
  echo -a $timestamp [@%+ Notice to: $chan $+ ]  $$1-
}

Comments

Sign in to comment.
Jester   -  Dec 01, 2005

It Only Sends A Private Message To Op\'s Halfop\'s And Voices In Chan...

 Respond  
anthalus   -  Nov 30, 2005

Aren\'t all Ops and HalfOps automatically voiced?

 Respond  
Raid   -  Nov 28, 2005

Yes, It sends to all ops, but not voices and halfops

 Respond  
Salvida   -  Nov 28, 2005

There is allready a funktion within mirc that sends a notice message to all ops + voices users :)

 Respond  
Raid   -  Nov 28, 2005

I like this Used it and It works great for those rooms that not every one is a voice.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.