Skip to content

Instantly share code, notes, and snippets.

@paralin
Created September 6, 2017 20:24
Show Gist options
  • Select an option

  • Save paralin/b5bb901de8119c1008eeb7e856aab264 to your computer and use it in GitHub Desktop.

Select an option

Save paralin/b5bb901de8119c1008eeb7e856aab264 to your computer and use it in GitHub Desktop.
TS3 Client Working
ReadCommand: TS3, <nil>
ReadCommand: Welcome to the TeamSpeak 3 ServerQuery interface, type "help" for a list of commands and "help <command>" for information on a specific command., <nil>
wrote: use port=9987
ReadCommand: error id=0 msg=ok, <nil>
wrote: login serveradmin 0E6KVh2Q
ReadCommand: error id=0 msg=ok, <nil>
wrote: clientlist -uid
ReadCommand: clid=18 cid=1 client_database_id=1 client_nickname=serveradmin\sfrom\s127.0.0.1:39686 client_type=1 client_unique_identifier=serveradmin, <nil>
ReadCommand: error id=0 msg=ok, <nil>
client list: "[{\"Id\":18,\"DatabaseId\":1,\"Nickname\":\"serveradmin from 127.0.0.1:39686\",\"Type\":1}]"
wrote: clientinfo clid=18
ReadCommand: cid=1 client_idle_time=48 client_unique_identifier=serveradmin client_nickname=serveradmin\sfrom\s127.0.0.1:39686 client_version=ServerQuery client_platform=ServerQuery client_input_muted=0 client_output_muted=0 client_outputonly_muted=0 client_input_hardware=0 client_output_hardware=0 client_default_channel client_meta_data client_is_recording=0 client_version_sign client_security_hash client_login_name client_database_id=1 client_channel_group_id=8 client_servergroups=2 client_created=0 client_lastconnected=0 client_totalconnections=0 client_away=0 client_away_message client_type=1 client_flag_avatar client_talk_power=0 client_talk_request=0 client_talk_request_msg client_description client_is_talker=0 client_month_bytes_uploaded=0 client_month_bytes_downloaded=0 client_total_bytes_uploaded=0 client_total_bytes_downloaded=0 client_is_priority_speaker=0 client_unread_messages=0 client_nickname_phonetic client_needed_serverquery_view_power=100 client_default_token client_icon_id=0 client_is_channel_commander=0 client_country client_channel_group_inherited_channel_id=1 client_badges client_base64HashClientUID connection_filetransfer_bandwidth_sent=0 connection_filetransfer_bandwidth_received=0 connection_packets_sent_total=0 connection_bytes_sent_total=0 connection_packets_received_total=0 connection_bytes_received_total=0 connection_bandwidth_sent_last_second_total=0 connection_bandwidth_sent_last_minute_total=0 connection_bandwidth_received_last_second_total=0 connection_bandwidth_received_last_minute_total=0 connection_connected_time=0 connection_client_ip, <nil>
ReadCommand: error id=0 msg=ok, <nil>
client [18]: "{\"Id\":0,\"DatabaseId\":1,\"Nickname\":\"serveradmin from 127.0.0.1:39686\",\"Type\":1,\"UniqueIdentifier\":\"\",\"ClientIdleTime\":48,\"Version\":\"ServerQuery\",\"Platform\":\"ServerQuery\",\"InputMuted\":false,\"OutputMuted\":false,\"OutputOnlyMuted\":false,\"HasInputHardware\":false,\"HasOutputHardware\":false,\"DefaultChannelName\":\"\",\"IsRecording\":false,\"ChannelGroupId\":8,\"ServerGroups\":null,\"TotalConnections\":0,\"Away\":false,\"AwayMessage\":\"\",\"TalkPower\":0,\"TalkRequest\":false,\"TalkRequestMessage\":\"\",\"Description\":\"\",\"IsTalker\":false,\"MonthBytesUploaded\":0,\"MonthBytesDownloaded\":0,\"TotalBytesUploaded\":0,\"TotalBytesDownloaded\":0,\"IsPrioritySpeaker\":false,\"PhoneticNickname\":\"\",\"NeededServerQueryViewPower\":100,\"IconId\":0,\"IsChannelCommander\":false}"
@Bluscream
Copy link

Thanks for the query password ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment