udp_experimental_recorder/MumbleServer/PermissionRegisterSelf.py
George 7b93a4fce9 feat:
--ADDED MUMBLE server cap
2026-05-21 17:14:58 +05:30

19 lines
366 B
Python

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