This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

voice queueing script

Old posts that have not been replied to for several years.
C
CombatGold1
Voice
Posts: 3
Joined: Thu Dec 09, 2004 11:33 am
Location: Cardiff, South Wales
Contact:

voice queueing script

Post by CombatGold1 »

Hi, I've tried TCL before, and failed misribly.

Anyway, I've been looking for a script that will put users in a queue upon joining the channel, but not found one that works.

When the user is at the front of the queue, it voices them so they can speak to the staff..

It's for a support channel ;)


Anyone know of one that works? Thanks.
Image
Image
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

simply use delayed autovoice on join (channel setting aop-delay, it applies to autovoice too)
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

demond he wasn't talking about that..

but there is such a script

www.r0x0ring.com has one like that, check their tcl archive.
C
CombatGold1
Voice
Posts: 3
Joined: Thu Dec 09, 2004 11:33 am
Location: Cardiff, South Wales
Contact:

Post by CombatGold1 »

yea that site has the kinda thing - thanks - will test it later
Image
Image
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

MeTroiD wrote:demond he wasn't talking about that..

but there is such a script

www.r0x0ring.com has one like that, check their tcl archive.
so what does that script do differently from delayed autovoice?
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

It manages a queue for voicing (if I understand the initial question):
when there is more than one "guest" on the channel, the first incoming is voiced and then can speak.
When he has ended, he's unvoiced and the next in the queue is voiced...
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

any delayed operation utilizes a queue

how do you know when the "guest" has finished speaking?
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

I don't know the script :)
I wonder a command like "!next" is devoicing the actual speaker and voicing the next in the queue.

The important thing is that there is only a limited number of pple which can speak in the same time, and that the voices are given following the order the pple came in the channel.
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

I just found their tcl: next.tcl

Code: Select all

### Commands:
#
#     Where  Flag Command   Description
#     -----  ---- -------   -----------
#     PUB :   -   .next     Voices the first nick in the list.
#             -   .helped   Removes the "voice" and send a notice to leave the
#                           channel, after he/she had been helped.
#             -   .noidle   Kick/ban 1 minute "nick" for being idle/ away while
#                           in channel.
#             -   .skip     Removes "nick" from the list. very useful when is a
#                           friend, and/ or a bot who changed his host or
#                           something like this.
#             -   .put      Adds "nick" in to the list, if for some reason
#                           "nick" isn't there.
#             -   .list     You will receive an notice with the "nicks" that are
#                           in his voice list.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

well let us see what the original poster had in mind; he/she didn't elaborate much other than the queue requirement, which can be achieved with simple delayed autovoice

it amazes me how does metroid know what people want :P but then again, I'm largely ignorant of other people's scripts, using only my own... can't be much of a helper in that regard
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

demond, I'm affraid you miss "it's for a support channel"

well, I didn't really understand at the beginning of the thread, but after re-re-re-reading it, I understood the meaning :)
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

demond, he meant the queue script :p
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

MeTroiD speaks Welsh? :D

I must admit he has this knack of understanding double dutch. LOL
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

:P
C
CombatGold1
Voice
Posts: 3
Joined: Thu Dec 09, 2004 11:33 am
Location: Cardiff, South Wales
Contact:

Post by CombatGold1 »

anyway :D


i tried out the script, it dont work (yes i did use .chanset #combatgold1.staff +next)
Image
Image
Locked