Voice
Platform: mIRC
Published Nov 21, 2005
Updated 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 $+ .
}