av script

By `[-Alex-] on Oct 14, 2007

type !av on to activate..when someone joins it voices them..type
!av off to deactivate

ON *:TEXT:!av on*:#:{ if ($nick ishop $chan || $nick isop $chan) { 
    set %av $+ $chan ON 
    msg $chan 14Auto Voice is now on!14 
  } 
} 
ON *:JOIN:#:{ if (%av [ $+ [ $chan ] ] == ON) { /mode $chan +v $nick } 
} 
ON *:TEXT:!av off*:#:{ if ($nick ishop $chan || $nick isop $chan) { 
    unset %av $+ $chan 
    msg $chan 14Auto Voice is now off =(14 
  } 
} 

Comments

Sign in to comment.
`[-Alex-]   -  Oct 15, 2007

lol thanks :P

 Respond  
Tippy   -  Oct 15, 2007

Well done..I really like it and it works ;) Well make more :)

 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.