19 lines
354 B
Python
19 lines
354 B
Python
# Copyright (c) ZeroC, Inc.
|
|
|
|
# slice2py version 3.8.1
|
|
|
|
from __future__ import annotations
|
|
import IcePy
|
|
|
|
|
|
PermissionRegister = 262144
|
|
"""
|
|
Register and unregister users. Only valid on root channel.
|
|
|
|
Notes
|
|
-----
|
|
The Slice compiler generated this constant from Slice constant ``::MumbleServer::PermissionRegister``.
|
|
"""
|
|
|
|
__all__ = ["PermissionRegister"]
|