PDA

View Full Version : How can I move idle user to AFK channel?


MojoDK
04-09-2008, 10:53
Hi,

I'm not using PHP ... I'm using tcpip commands against the TS server.

What command do I use to move an idle user to another channel?

I have no problem getting channel and user list ... just need to know how to move a user.

Thanks!

:)

Mojo

Katana*GFR*
04-09-2008, 11:35
I thin you mean Telnet that you use? try the command help, it shows a lot of information.

RichlikCZ
04-09-2008, 14:00
or u can use TSPerlMod :cool:

MojoDK
04-09-2008, 16:04
Well I actually use VB.Net 2008 TCPIP commands (I dunno if that's the same as telnet commands).

Any idea what the command is?

Thanks!
Mojo

Thomas
04-09-2008, 16:19
There does no command exist, that move idlers.

You need to check in the playerlist if someone is idle.
If so, you can move him.

But as RichlikCZ already mentioned, the TS2-PerlMOD (http://www.planetteamspeak.com/component/option,com_docman/task,doc_details/gid,51/Itemid,70/) has this feature built in.

See this thread (http://forum.goteamspeak.com/showthread.php?t=22911) for more information.

MojoDK
05-09-2008, 08:35
There does no command exist, that move idlers.

You need to check in the playerlist if someone is idle.
If so, you can move him.

But as RichlikCZ already mentioned, the TS2-PerlMOD (http://www.planetteamspeak.com/component/option,com_docman/task,doc_details/gid,51/Itemid,70/) has this feature built in.

See this thread (http://forum.teamspeak.com/showthread.php?t=22911) for more information.

Hi Thomas,

I do not use Perl :o ... I use only dotnet/aspnet.

In this link...

http://forum.teamspeak.com/showthread.php?t=870

... I can use a lot of TCPQuery Commands .. and they all work fine.

I was just wondering if there were a TCPQuery to move a user like .... 'move userID toChannelID' ... or something like that.

Looking forward to hear from you! :)

Mojo

ScP
05-09-2008, 17:56
The thread you've found is more than five years old and describes an obsolete version of TeamSpeak 2's TCP query inteface.

The command to move a client to another channel is called mptc. Here's a list of official commands:

command overview:
help : this helpfile
sl : serverlist
pl : playerlist
cl : channellist
ver : version
gi : global information
sel : select
si : server information
msg : message to server
msgu : message to user
msgall : message to all servers
login : login to server
slogin : superlogin to server
fc : finds a channel
ci : display channel info
dbci : display db channel info
fp : finds a player
dbfp : db find player
pi : display infos about a player
dbpi : display db infos about a player
sppriv : set user privilege
kick : kick player
removeclient : remove client
mptc : move player to channel
gapl : get average packet loss
log : show serverlog
logfind : search serverlog
logmark : add a line to serverlog
dccl : channel client list
serverstart : start server
serverstop : stop server
serveradd : adds a server
serverdel : deletes a server
serverset : set a server variable
dbserverlist : list all servers from db
checkserverok : checks if server hangs
rehash : reload server settings
dbuserlist : display server user list
dbuseradd : adds a user to server
dbuserdel : deletes a user from server
dbuserchangepw : changes password of a user
dbuserchangeattribs : changes rights of a user
dbuserid : display dbid from loginname
dbsuserlist : display superadmin serverlist
dbsuseradd : adds a superadmin to server
dbsuserdel : deletes a superadmin from server
dbsuserchangepw : changes password of a superadmin
lc : list all open tcpquery connections
ki : kick idlers
banlist : show banlist
banadd : add ip ban
bandel : del ip ban
banclear : clear banlist
banplayer : bans a player
globalset : set a global variable
quit : close connectionIn addition, this script (http://www.planetteamspeak.com/component/option,com_docman/task,doc_details/gid,40/Itemid,70/) might be useful. I've never tested it, but since it's written in ASP.NET it could be worth a download.

:)

MojoDK
08-09-2008, 14:27
LIKE A GLOVE! :)

Thanks a million ... it works excatly as I hoped for.

Brialliant support!!!!!!

Thanks again!

:D

Mojo