-= Simple - Auto - Voice =-

By Wirish on Dec 25, 2004

Just a simple auto voice for chatters.

on *:JOIN:#:{
  /mode $chan +v $nick
}

Comments

Sign in to comment.
Jethro   -  Apr 20, 2010

ryckill, you can use the /pvoice command, which comes in an adjustable delay. I set it to one second between each nick being voiced:

on @*:join:#:pvoice 1 # $nick

Make sure the client that runs the code is opped in channel. You may set it to 2 if you want a longer delay.

 Respond  
ryckii   -  Apr 20, 2010

this will flood your mirc :(

 Respond  
xplo   -  Oct 01, 2008

i would siggest you something else, to prevent yourself of beeing flooded.

on *:JOIN:#: {
  inc -u5 %xpf 1
  if (%xpf > 5) { HALT }
  .timer 1 3 mode # +v $nick
}

the timer is to delay the voice a little. :p

 Respond  
Fuzion   -  Sep 30, 2008

very simple

 Respond  
EL   -  Feb 26, 2008

I agree kenny made me giggle a bit >_>

 Respond  
Kenny   -  Feb 26, 2008

30 chars. by my count and death that is kinda funny :p

 Respond  
Anti   -  Jul 20, 2007

Wurrd :D even a PERIOD . < might work :P

 Respond  
xDaeMoN   -  Jul 15, 2007

@ mountaindew, it would still work with or without the \"/\".

 Respond  
guest598594   -  Jul 15, 2007

buddy, its mode not /mode :P

 Respond  
Anti   -  Jul 06, 2007

Yeah that was a lame joke it did make me smile.. odd.. well yeah very very simple :D

 Respond  
DeathRyder082   -  Jul 09, 2005

Sorry for the bad joke ;/

 Respond  
DeathRyder082   -  Jul 09, 2005

I\'m gona rip this. LMao.

 Respond  
DarthReven   -  Dec 25, 2004

very very simple

 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.