Fix small issues

This commit is contained in:
Tobias Reisinger 2025-07-10 19:33:21 +02:00
parent 411149023c
commit 28f479a622
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
target=$(_ts_control_get_entity "channel" "$1")
target=$(_ts_control_get_entity "channel" "${args[channel]}")
current_channel=$(teamspeak-query-lib info | grep "Channel: " | sed 's/Channel: //')
_ts_control_move_self "$target"
teamspeak-query-lib fetch "--strict-channel" "--channel" "$current_channel"