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.

Search found 10 matches

by a41
Tue Jul 05, 2022 2:52 pm
Forum: Script Requests
Topic: Chatstats nick exclusion list
Replies: 3
Views: 1778

just to ignore the list for stats. usually there are other bots in channel, specially game bots that ruin the stats.

want to ignore them.
by a41
Thu Jun 30, 2022 9:19 am
Forum: Script Requests
Topic: Chatstats nick exclusion list
Replies: 3
Views: 1778

Chatstats nick exclusion list

Is there a way to add an exclusion list of nicks from this script? chanstats.tcl http://tclarchive.org/view.php?id=1491 # exec tclsh "$0" ${1+"$@"} # chanstats.1.3.0.tcl # arfer <arfer.minute@gmail.com> # dalnet #Atlantis # ********************************************************...
by a41
Sun Mar 04, 2018 2:17 am
Forum: Script Requests
Topic: Auto Voice System
Replies: 27
Views: 15794

I had to remove the user exclusion as everything stopped working other than voicing a user. Devoice stopped working. namespace eval idleDevoice { # Default idle time in minutes set idleTime 60 setudef flag idleDevoice bind cron - {* * * * *} [namespace current]::idle:cron bind pubm g|g * [namespace ...
by a41
Sun Mar 04, 2018 12:50 am
Forum: Script Requests
Topic: Auto Voice System
Replies: 27
Views: 15794

Devoice works but adding the exclusion portion producing this error

Tcl error [::idleDevoice::idle:cron]: invalid command name "0"
by a41
Fri Mar 02, 2018 6:29 pm
Forum: Script Requests
Topic: Auto Voice System
Replies: 27
Views: 15794

I am running it and it works fine. There are a few things that I have noticed.

- It does not devoice a user for 60 minutes that is not in list. (means any manually voiced user stays voiced)

- Is there a way to add exclusion for devoice for certain nicks?

thanks for your help.
by a41
Wed Feb 28, 2018 6:05 pm
Forum: Script Requests
Topic: Auto Voice System
Replies: 27
Views: 15794

This is the error I got.

Tcl error [::idleDevoice::idle:cron]: can't read "userList": no such variable
by a41
Tue Feb 20, 2018 12:36 pm
Forum: Script Requests
Topic: Auto Voice System
Replies: 27
Views: 15794

thank you! i will test and see what I find out.
by a41
Mon Feb 19, 2018 2:51 pm
Forum: Script Requests
Topic: Auto Voice System
Replies: 27
Views: 15794

THe userlist should be maintained so incase the bot restarts or get offline. It still works. I think a simplest way is to user Bot user list with +g for autovoice. I maybe wrong, this way the list will be maintained. Logically i think if idle time is checked and if the user is in the list with +g (a...
by a41
Fri Feb 16, 2018 1:00 pm
Forum: Script Requests
Topic: Auto Voice System
Replies: 27
Views: 15794

like !autovoice nick
that it maintains a list of users that will get voice. not everyone.
by a41
Thu Feb 15, 2018 8:01 pm
Forum: Script Requests
Topic: Auto Voice System
Replies: 27
Views: 15794

Auto Voice System

I have been in search of specific requirement for a script that can do the following. - Add a user to an auto-voice list. - Voice user on join which is in the list. - De-voice inactive user after 60 minutes. - Voice the user when it becomes active (from the list) I have searched a lot but was unable...