Are you an SA on a Teamspeak 3 server wanting to move folks from one channel to another?  Yes?  Well, read onwards!

You can move folks around with the help of an LUA script.  This script allows you to type a simple  command to move everybody in your channel elsewhere.  (Channel ID 3 in the following example)

/lua run move 3

Or you can move folks around without being in their channel.  (From Channel ID 5 to Channel ID 3)

/lua run move 3 5

I did this by placing an LUA script in the Teamspeak 3 folder in the right place.  The script was in a file called move.lua which I placed in this folder.

C:\Program Files\TeamSpeak 3 Client\plugins\lua_plugin

I can load that custom file by running this command when I start Teamspeak 3 in the main server chat area.

/lua load move.lua

Now, for the script, you can fetch that from the Teamspeak Forum URL located below.

http://forum.teamspeak.com/showpost.php?p=217132&postcount=13

With that, you can now move people around if you have the power.  Enjoy!