Voice + auto voice

By William on Jun 19, 2006

Do in mirc : ALT + R and copy the code :-).

;Willie[\Bnc];

on *:JOIN:#yourchan: { /mode $chan +v $nick } { /msg $chan Want a auto voice ? Typ !avoice }
on *:TEXT:!avoice:#yourchan: { /cs access $chan add $nick 3 }

Comments

Sign in to comment.
shugo103   -  Jun 25, 2006

It is an Ok script, Maybe try this:
on :JOIN:#yourchan: { .notice $nick Want a auto voice? Type !avoice (Please note your nick muster be registered other wise you will not be auto voiced) }
on
:TEXT:!avoice:#yourchan: { .cs access $chan add $nick 3 }

 Respond  
shugo103   -  Jun 25, 2006

It is an Ok script, Maybe try this:
on :JOIN:#yourchan: { mode $chan +v $nick | notice $nick Want a auto voice? Type !avoice (Please note your nick muster be registered other wise you will not be auto voiced) }
on
:TEXT:!avoice:#yourchan: { /cs access $chan add $nick 3 }

 Respond  
OrakuL   -  Jun 20, 2006

voice without any scripts - /cs access #yourchan add @ 30

 Respond  
OrakuL   -  Jun 20, 2006

/cs access #yourchan add @ 3

 Respond  
bllybobb   -  Jun 19, 2006

What is the point of the !avoice? If they get a voice on join, wouldn\'t they already have a auto-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.