Top

Auto Voice Timing


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  May 31, 2009
Last Updated  May 31, 2009
Tags  auto  timing  voice 

Introduction

Copy Paste In Your Remote Then "Right Click" At Channel Screen.
If No Setting It Will Set As Default

Grab the Code

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx EyiezINC Scripting Technology xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Addons Name: Auto Voice Timing
alias MyxName return AutoVoiceTiming.txt
Created By: Lestat
Instruction
===========================================
Copy Paste In Your Remote Then "Right Click" At  Channel Screen. 
If No Setting It Will Set As Default 
===========================================
Any Error/Help/Scripts Help Please Visit Us At "Irc.Webchat.Org" Channel "#eyiezinc"
More Addons At  "http://www.eyiezinc.info/" 
You Can Post Your Own Addons At EyiezINC Forum "http://www.eyiezinc.info/" 
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
 
 
menu channel {
  -
  Auto Voice Timing
  .Setting 
  ..$style(2) $+(Detect Text [,%sec,] sec [,%xchatline,] Lines [,$calc(%devoice / 60),] Minute Devoice) $+ : halt
  ..-
  .. Set Detect In Sec: {
    .set %sec $$?"User Type In ?? Sec?"
    if (!%sec) { .set %sec 120 }
  }
  ..-
  ..Set Detect Lines: {
    .set %xchatline $$?"How Many Lines To Voice?"
    if (!%xchatline) { .set %xchatline 10 }
  }
  ..-
  ..Set Timers For Devoices: {
    .set %devoice $$?"Devoice In ?? Minute" 
    if (%devoice) { .set %devoice $calc(%devoice * 60) }
    if (!%devoice) { .set %devoice 300 }
  }
  ..-  
  ..Default:.set %sec 120 | .set %xchatline 10 | .set %devoice 300
  .-
  .$iif($group(#autovoice) == on,$style(3)) ON:.enable #autovoice
  .-
  .$iif($group(#autovoice) == off,$style(3)) OFF:.disable #autovoice | .timervoice* off
  .-
  .Unload Myx Addons:.Unload -rs $script
  -
}
On 1:unload: { .timerdevoice* off | .unset %sec %devoice %xchatline }
On 1:load: { .set %sec 120 | .set %xchatline 10 | .set %devoice 300 } 
#autovoice on
On *:text:*:#: { autovoice }
On *:action:*:#: { autovoice }
On *:notice:*:#: { autovoice }
On *:part:#: if ($timer($+(devoice,$nick))) { $+(.timerdevoice,$nick) off }
On *:join:#: if ($timer($+(devoice,$nick))) { .set -u3 %voicenick $addtok(%voicenick,$nick,32) | .timervoice 1 5 mode $chan +v $nick }
On *:nick: {
  if ($timer($+(devoice,$nick))) {  $+(.timerdevoice,$newnick) 1 $timer($+(devoice,$nick)).secs .mode $gettok($timer($+(devoice,$nick)).com,2,32) -v $newnick | $+(.timerdevoice,$nick) off  }
}
alias autovoice {
  if ($me isop $chan) {
    inc -u $+ %sec $+(%,chat,$nick)
    if ($($+(%,chat,$nick),2) == %xchatline) && ($nick isreg $chan) { .mode $chan +v $nick | $+(.timerdevoice,$nick) 1 %devoice .mode $chan -v $nick }
    if ($($+(%,chat,$nick),2)) && ($nick isvo $chan) && ($nick !isop $chan) { $+(.timerdevoice,$nick) 1 %devoice .mode $chan -v $nick }
  }
}
#autovoice end

Comments

  (4)  RSS
miniCruzer
Comments: 47
 
mIRC Snippet:  Auto Voice Timing
Posted on May 31, 2009 12:07 pm
Nice, I like it. Though your instructions on the script might mess it up, unless you've got something coded in there, which I don't see. Instead of:
Code:

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx EyiezINC Scripting Technology xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Addons Name: Auto Voice Timing
alias MyxName return AutoVoiceTiming.txt
Created By: Lestat
Instruction
===========================================
Copy Paste In Your Remote Then "Right Click" At  Channel Screen.
If No Setting It Will Set As Default
===========================================
Any Error/Help/Scripts Help Please Visit Us At "Irc.Webchat.Org" Channel "#eyiezinc"
More Addons At  "http://www.eyiezinc.info/"
You Can Post Your Own Addons At EyiezINC Forum "http://www.eyiezinc.info/"
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx



Put ; in front of each line.

Code:

;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx EyiezINC Scripting Technology ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
;Addons Name: Auto Voice Timing
;alias MyxName return AutoVoiceTiming.txt
;Created By: Lestat
;Instruction
;===========================================
;Copy Paste In Your Remote Then "Right Click" At  Channel Screen.
;If No Setting It Will Set As Default
;===========================================
;Any Error/Help/Scripts Help Please Visit Us At "Irc.Webchat.Org" Channel "#eyiezinc"
;More Addons At  "http://www.eyiezinc.info/"
;You Can Post Your Own Addons At EyiezINC Forum "http://www.eyiezinc.info/"
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
eyiezinc
Comments: 38
 
mIRC Snippet:  Auto Voice Timing
Posted on May 31, 2009 1:02 pm
upss..sorry. i forget that! :) thanks 4 remind me miniCruzer.
miniCruzer
Comments: 47
 
mIRC Snippet:  Auto Voice Timing
Posted on May 31, 2009 4:07 pm
No problem! I think I've seen it on some of your other scripts, so you might want to check that ;-)
buddy
Comments: 30
 
mIRC Snippet:  Auto Voice Timing
Posted on Jul 22, 2009 3:57 am
I like this but i have a problem here...
I got :
/timerdevoiceCrucial_Victim: invalid parameters (line 62, script4.ini)
/timerdevoiceCrucial_Victim: invalid parameters (line 61, script4.ini)

Can you fix that?..Thanx..

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom