19 lines
394 B
Python
19 lines
394 B
Python
# Copyright (c) ZeroC, Inc.
|
|
|
|
# slice2py version 3.8.1
|
|
|
|
from __future__ import annotations
|
|
import IcePy
|
|
|
|
|
|
PermissionMove = 32
|
|
"""
|
|
Move users from channel. You need this permission in both the source and destination channel to move another user.
|
|
|
|
Notes
|
|
-----
|
|
The Slice compiler generated this constant from Slice constant ``::MumbleServer::PermissionMove``.
|
|
"""
|
|
|
|
__all__ = ["PermissionMove"]
|