We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
I do not see that, I just want it to move 1h inactive, and I can not work.
It's the only one I can not get to work.
It's wrong?
Channel AFK ID is 123
Code:# Select the action if a client is idle for more than the specified maximum time, possible values: kick, group and move # If group is set, the client will be put into the specified server group, while being idle. idle_action = move # If the clients should be put into a temporary server group, set the server group id here. # You should use a server group, which adds the server group name to the client name, so everyone can quickly see, that someone is away. # Notice: That server group only need the following permissions (first three are set by default): # i_group_needed_modify_power, i_group_needed_member_add_power, i_group_needed_member_remove_power and i_group_show_name_in_tree # Important: Make sure, that the specified server group don't has set the permission b_group_is_permanent! # You can also set -6 (sg name on the left side) or -9 (sg name on the right side) to create a new server group with the name AFK. # This will update the bot configuration and the bot needs the permission b_virtualserver_servergroup_create one time! idle_group_id = -1 # If clients got moved, move client back if not idle anymore? Set yes or no here! idle_moveback = no # If clients should be moved, set channel id to move idle clients into it. idle_channel_id = 123 # A comma separated list (without spaces) of channel ids. # Depends on the given mode, this channels can be ignored or only this channels will be checked! # If no channels should be ignored, set no channels here and select the channel list mode ignore! idle_channel_list = 123 # Select one of the two modes for the channel list. # ignore = The selected channels will be ignored. # only = Only the selected channels will be checked. idle_channel_list_mode = ignore # A comma separated list (without spaces) of server group ids. # Depends on the given mode, this server groups can be ignored or only this server groups will be checked! # If no server groups should be ignored, set no server groups here and select the group list mode ignore! idle_group_list = # Select one of the two modes for the server group list. # ignore = The selected server groups will be ignored. # only = Only the selected server groups will be checked. idle_group_list_mode = ignore # Set the max idle time in minutes. # If clients should be kicked, the client will be kicked after being idle for this time. # If clients should be moved, the client will be moved to specified channel after being idle for this time! # If clients should be added to a server group, the client will be added to the specified server group, after being idle for this time! idle_max_time = 60 # If the clients should be kicked after being moved or put into a temporary server group, set the second max idle time in minutes to kick a client after reaching this idle time limit. # Has to be greater than idle_max_time or -1 to disable this feature! idle_second_max_time = -1 # Set the idle warn time in minutes or set -1 to disable this feature. # The idle warn time has to be smaller than the max idle time idle_warn_time = -1 # A minimum client count to activate the idle check (Query clients are not counted). # If less clients are in the channel or on the server, idle check does nothing. idle_min_clients = 1 # Select if the minimum client count is needed in the channel or on the server. # channel or server are valid values! idle_min_clients_mode = server # If clients should be moved, select the message mode, how the client should get the message. # poke, chat or none are valid values! idle_message_mode = chat # Select the message mode, how the client should get the message. # poke or chat are valid values! idle_warn_message_mode = chat # Path to file which contains the idle messages idle_file = %apphome%config/server1/idlemessages.cfg
You use an old config file. Like I wrote into the changelog.txt file, switch to function class IdleCheckOld or do an -updateconfig to update your IdleCheck settings.
Added the time of 1 hour (60minutes) and jump much ahead of time because?
I just set this bot up today and it works great. My only problem is whenever the bot is running I am unable to edit server groups. Yes the bot uses a separate UID than I do.
All options to set a user's server group are grayed out when the bot is running also I cannot add/delete users from server groups via the server groups UI (where you edit permissions). The moment I turn the bot off I am able to do these things.
Please help!
Something was messed up. I managed to fix it by completely removing my previous identity (for me as a user/server admin) and remaking the ID for the bot as well. Essentially starting from the beginning without having to redo my whole server and database.
This time around I don't have any issues.
When I like to add a member to a Server Group that is protected
then I get the following Error.PHP Code:
!FUNCTIONNAME add <server group id> <client unique id> [comment]
!servergroupprotection add <30> <fuJY1tIYGvDcp1ZL4p7rDNNL4DQ=>
Can anyone tell me where the problem is? There are no Errors in the logs.PHP Code:
Error while reading given client unique id!
PHP Code:
2017-10-03 16:32:32 JTS3ServerMod INFO Got command from _Eht0x_: !reconnect
2017-10-03 16:32:32 JTS3ServerMod STATUS Virtual bot instance "bot1" restarts
2017-10-03 16:32:32 JTS3ServerMod INFO Unloaded all functions!
2017-10-03 16:32:32 JTS3ServerMod STATUS Virtual bot instance "bot1" starts now (build 6400)
2017-10-03 16:32:32 JTS3ServerMod STATUS Activate log level: INFO
2017-10-03 16:32:32 JTS3ServerMod INFO Successfully loaded function: ChannelNotify / channelnotify
2017-10-03 16:32:32 JTS3ServerMod INFO Successfully loaded function: RecordCheck / record
2017-10-03 16:32:32 JTS3ServerMod INFO Successfully loaded function: ServerGroupNotify / servergroupnotify
2017-10-03 16:32:32 JTS3ServerMod INFO Successfully loaded function: ServerGroupProtection / servergroupprotection
2017-10-03 16:32:32 JTS3ServerMod INFO Successful connected to localhost!
2017-10-03 16:32:32 JTS3ServerMod INFO Login as "serveradmin" successful!
2017-10-03 16:32:32 JTS3ServerMod INFO Successful selected virtual server on port 9987!
2017-10-03 16:32:33 JTS3ServerMod INFO Creating client database cache...
2017-10-03 16:32:33 JTS3ServerMod INFO Server connection log is activated and will be written into the file: /home/teamspeak/jts3/JTS3ServerMod_server1_login.csv
2017-10-03 16:32:33 Function channelnotify INFO Watching for new clients in channel "Support...[Wartezimmer]" (id: 92), sending message to all online clients of server group ids: 30, 52, 53, 54, 55
2017-10-03 16:32:33 Function record INFO Client get kicked from Server after start recording
2017-10-03 16:32:33 Function servergroupnotify INFO Watching for new connecting clients of selected server groups (id: 32), sending message to all online clients of server group ids: 30, 52, 53, 54, 55
2017-10-03 16:32:33 Function servergroupprotection INFO Server Group Protection will remove not allowed members from protected server groups (id: 30, 52, 53, 54, 55) but they will not kicked
2017-10-03 16:32:33 JTS3ServerMod INFO Bot started and connected successful, write !botinfo in server chat to get an answer!
2017-10-03 16:32:38 JTS3ServerMod INFO Client database cache created, 9 clients in cache.
2017-10-03 16:32:50 JTS3ServerMod INFO Got command from _Eht0x_: !servergroupprotection add <30> <UMM3lL7urxWd1JhQkH6R1WIPN1A=>
2017-10-03 16:33:02 JTS3ServerMod INFO Got command from _Eht0x_: !servergroupprotection add <30> UMM3lL7urxWd1JhQkH6R1WIPN1A=
2017-10-03 16:33:10 JTS3ServerMod INFO Got command from _Eht0x_: !servergroupprotection add <30> <UMM3lL7urxWd1JhQkH6R1WIPN1A>
2017-10-03 16:33:52 JTS3ServerMod INFO Got command from _Eht0x_: !servergroupprotection add < 30 > < fuJY1tIYGvDcp1ZL4p7rDNNL4DQ= >
2017-10-03 16:48:23 Function servergroupprotection INFO Removed client "Venom" (db id: 30) from server group 53!
2017-10-03 18:08:26 JTS3ServerMod INFO Got command from _Eht0x_: !servergroupprotection add <30> <fuJY1tIYGvDcp1ZL4p7rDNNL4DQ=>
2017-10-03 18:13:37 JTS3ServerMod INFO Got command from _Eht0x_: !servergroupprotection add <30> <fuJY1tIYGvDcp1ZL4p7rDNNL4DQ=>
A new stable version:
More information and download link in first post on page one.Originally Posted by changelog.txt
Just remove the <> from your command
There are currently 2 users browsing this thread. (0 members and 2 guests)