Auto Voice

By Crushed on Sep 15, 2010

Auto Voice ...

i set limit 6 lines in 15 sec... if some one type 6 lines in 15 sec script will voice user

ON @*:TEXT:*:#: {
  if ($nick isreg $chan) {
    .inc -u15 %voice. [ $+ [ $cid ] $+ [ $chan ] $+ [ $nick ] ] 1
    if (%voice. [ $+ [ $cid ] $+ [ $chan ] $+ [ $nick ] ] > 6) {
      mode $chan +v $nick | halt
    }
  }
}

Comments

Sign in to comment.
slip   -  Nov 08, 2010

How about if he get idle will de voice auto? that would more useful.

 Respond  
napa182   -  Sep 15, 2010

lolwut

 Respond  
x1L22   -  Sep 15, 2010

Haha Great

 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.