Poke moved client issues.

Started by bubbachunk, July 25, 2012, 02:17:37 AM

Previous topic - Next topic

bubbachunk

Currently I am loving your program but I am having issues with the bot NOT poking clients. When set to chat the user receives the notice via chat, but when set to poke it doesn't do anything. The user still gets moved but they do not receive the message at all. I am using the record function of your program as an example, none of the pokes are working the away mover, auto mover, mute mover, and record mover all seem to be doing the same thing.

I am using TS3 server Version:3.0.5 on Windows

Here is what my config for the record file is.

# Choose record check mode, 0 = disable, 1 = kick, 2 = move
# This feature will move or kick a recording client (of course only the record function of the Teamspeak client is

detected).
record_check_enable = 2
# Path to file which contains the record messages
record_file = config/recordmessages.cfg
# If mode 2 selected, set channel id to move recording clients into it
record_move_channel_id = 31
# A comma seperated list (without spaces) of channel ids.
# Depends on the given mode, this channels can be ignored or only this channels will be checked!
record_channel_list =
# 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.
record_channel_list_mode = ignore
# A comma seperated 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!
record_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.
record_group_list_mode = ignore
# Add complain entry to the user, 0 = No, 1 = Yes
record_add_complain = 0
# Select the message mode, how the client should get the message (useless if kick is enabled).
# poke, chat or none are valid values!
record_message_mode = poke


This is the record message.
# JTS3ServerMod Config File
# Set a record message. On both modes the client should see the message.
# If using mode 2, you can use %RECORD_CHANNEL_NAME% in the message,
# which will be replaced with the channel name (of the record_move_channel_id).
# Typical BBCode like in Teamspeak 3 Client possible. You can use \n for a new line.
Recording is not allowed on this server. Stop recording and you will be able to moved back to the channel you were previously in before recording.



Am i doing something wrong, or is this a bug? I have attached all config files to this post if anyone has time to see what i'm doing wrong.

Stefan1200

First do a look into the bot log file. My guess is, that your poke message is too long or a missing permission.

bubbachunk

What is the max allowed characters for a poke message?

Stefan1200

I will find this information in the readme file of the bot. Already looked into the log file?