v3_admin_boot()
void v3_admin_boot(enum _v3_boot_types type, uint16_t user_id, char *reason);
Arguments
| Type | Description |
| enum _v3_boot_types type | Specific boot action: V3_BOOT_KICK, V3_BOOT_BAN, V3_BOOT_CHANNEL_BAN |
| uint16_t user_id | ID of user to boot. |
| char *reason | Reason for boot (shown to booted user) or NULL for empty reason |
