Message 0x3B
Force channel move
| Type | Description | Offset |
| uint32_t | packet type | 0 |
| uint16_t | userid | 4 |
| uint16_t | channelid | 6 |
| uint32_t | errorid | 8 |
For moving users as admin, same structure is used but errorid is (obviously) left as 0.
Error ID's and their corresponding messages are the following:
| ID | Error |
| 1 | Admin rights |
| 2 | Invalid source object |
| 3 | Invalid target object |
| 4 | Not support in given mode |
| 5 | Target channel is full |
| 6 | Target channel does not allow phantoms, or source does not have proper access rights |
