on *:JOIN:#:{
if ($nick == $me) { .echo -a 00,04 No necesito Voice  | halt }
if ($nick isop $chan) { .echo -a 00,03 Operadores de canal no usan Voice  | halt }
if ($istok(#test #ayuda,$chan,32)) { autovoice $nick $chan }
}

alias autovoice {
.echo -a 14Usuario tiene un Voice: $chan 07(+v) 00,01 $1 
if ($exists(C:\i\mirc\login.wav) == $true) .splay -w C:\i\mirc\login.wav
if ($nick isop $chan) { .echo -a 00,03 Operadores de canal no usan Voice  | halt }
elseif mode $2 +v $1 | .say $1 $+(,$1,) -> en que te ayudamos $1
}


when you join to a #help channel if you are an user must have a +v , but if you are a @ doesnt