Voice

By Crash on Nov 21, 2005

This is my first mirc code I've made.. so I just started out today and learning the basics...

What it does is when someone types !VoicePlz it voices them incase you're away, or if the person wants a +v..

~~~~~~~~~~~~
Voice Snippet
~~~~~~~~~~~~~
On @*:Text:!VoicePlz:#: {
  mode $chan +v $nick
  msg $chan There's your voice, $nick $+ .
}

Comments

Sign in to comment.
Whatever   -  Nov 22, 2005

Short and simple. But well I guess it works.

 Respond  
Crash   -  Nov 21, 2005

Oh alright. I changed it.

 Respond  
Pariah   -  Nov 21, 2005

just a tip for you, you can use the @ prefix at the beginning of the event to make sure it\'ll only trigger if you have operator status. (i.e. on @*:text:...)

 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.