19 lines
380 B
Python
19 lines
380 B
Python
# Copyright (c) ZeroC, Inc.
|
|
|
|
# slice2py version 3.8.1
|
|
|
|
from __future__ import annotations
|
|
import IcePy
|
|
|
|
|
|
PermissionWhisper = 256
|
|
"""
|
|
Whisper to channel. This is different from Speak, so you can set up different permissions.
|
|
|
|
Notes
|
|
-----
|
|
The Slice compiler generated this constant from Slice constant ``::MumbleServer::PermissionWhisper``.
|
|
"""
|
|
|
|
__all__ = ["PermissionWhisper"]
|