Author Topic: Automove Problem  (Read 6587 times)

darkpavel

  • Newbie
  • *
  • Posts: 2
    • View Profile
Automove Problem
« on: June 11, 2017, 12:43:06 PM »
Hello Everyone,

First of all thanks you for this amazing bot very helpfull.

I have just a small problem i have activate the Automove fonction but doesn't works normaly everythings is i thinks well configurated.

here my config files
Quote
bot_functions = AutoMove:automove,AwayMover:away,BadChannelNameCheck:badchannelname,BadNicknameCheck:badnickname,ChannelNotify:channelnotify,IdleCheck:idle,MuteMover:mute,ServerGroupProtection:servergroupprotection,RecordCheck:record,WelcomeMessage:welcome_guest,Advertising:advertising


# A comma separated list (without spaces) of platform names (it's the same value as %CLIENT_PLATFORM% at the welcome message).
# Only selected platforms will be moved or leave this empty to move all platforms.
# Possible platforms: Windows, Mac, Linux, Android, iOS
automove_platform_list =
# Select the message mode, how the clients should get the message.
# poke, chat or none are valid values!
automove_message_mode = chat
# Path to file which contains the auto move configuration and message.
automove_file = config/server1/automove.cfg

Quote
# JTS3ServerMod Config File
# The first line is the chat message for the auto move function.
# You can use the following keywords, which will be replaced:
# %CHANNEL_NAME% - Target Channel Name
# Typical BBCode like in Teamspeak 3 Client possible. You can use \n for a new line.
# Use the character sequence §+§ to split a long message into multiple messages.
You were moved to your default channel!

# This is the list of server groups, which will be moved to a specified channel.
# One line per server group starting with the server group id, followed by a comma, and ends with the channel id.
# An example (please remove this example after you understand it):
73,432

Quote
2017-06-11 01:11:50   Function automove   INFO   Auto Move is enabled, default channels for 1 server groups set

the problem is when i put someone in this server group 73 the automove doesn't switch him directly they have to disconect and reconnect to be switch.

is it normal or is it a bug ?

thanks for your reply

Stefan1200

  • Administrator
  • *****
  • Posts: 2244
    • View Profile
Re: Automove Problem
« Reply #1 on: June 11, 2017, 01:55:24 PM »
As you can read in the manual at https://www.stefan1200.de/documentation/jts3servermod/ConfigHelp.html#AutoMove that the AutoMove function only move connecting clients, which don't have a home channel set.

darkpavel

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Automove Problem
« Reply #2 on: June 12, 2017, 06:50:48 PM »
Do you thinks it can e possible to have this kind of plugin ?

Stefan1200

  • Administrator
  • *****
  • Posts: 2244
    • View Profile
Re: Automove Problem
« Reply #3 on: June 12, 2017, 07:00:39 PM »
Do you thinks it can e possible to have this kind of plugin ?

Of course this could be possible. Someone just have to code this.