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.

Special voice script

Old posts that have not been replied to for several years.
Locked
3
3zzy
Halfop
Posts: 42
Joined: Sun Sep 14, 2003 6:58 am

Special voice script

Post by 3zzy »

Is there a script out there, that will do the following:

1. If a user joins a channel and says something, the script would voice him.
2. If the user is idle for xx minutes, the script would devoice him.
User avatar
TALES
Halfop
Posts: 59
Joined: Sun Nov 09, 2003 8:45 am
Location: Netherlands
Contact:

Post by TALES »

yes there is:

look in the tcl archive:
http://www.egghelp.org/cgi-bin/tcl_arch ... escription

the script called: autovoice on pubmsg script
3
3zzy
Halfop
Posts: 42
Joined: Sun Sep 14, 2003 6:58 am

Post by 3zzy »

Thanks for the script, though there seems to be a problem with it. The bot voices users on public messages, but does not devoice them after defined period of idling.
User avatar
TALES
Halfop
Posts: 59
Joined: Sun Nov 09, 2003 8:45 am
Location: Netherlands
Contact:

Post by TALES »

read the script there are some settings you have to set for the idle time.

## - add voice on pubmsg for #channel :
## .chanset #channel +av.pubmsg
## remove with .chanset #channel -av.pubmsg
## - add devoice after idle time for #channel :
## .chanset #channel +av.devoice

## - optionally set devoice time in the bots partyline :
## .chanset #channel av.dtime 30 (in minutes)
Locked