mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added functionality to add songs from another channel
This commit is contained in:
@@ -35,6 +35,14 @@
|
||||
pass: Base64(channel_pass)
|
||||
}
|
||||
|
||||
// Imports songs from another zoff-channel
|
||||
'import_zoff', {
|
||||
channel: CHANNELNAME,
|
||||
new_channel: CHANNELNAME-TO-IMPORT-FROM,
|
||||
adminpass: Base64(PASSWORD),
|
||||
userpass: Bse64(CHANNEL_PASSWORD)
|
||||
}
|
||||
|
||||
// Tells the server to disconnect the user from the current channel, is used for remote controlling on the host side
|
||||
'change_channel', {
|
||||
channel: channel_name
|
||||
|
||||
Reference in New Issue
Block a user