diff --git a/pyweb/mumble/Murmur_1-2-0.ice b/pyweb/mumble/Murmur_1-2-0.ice index 393d01f..c61f30f 100644 --- a/pyweb/mumble/Murmur_1-2-0.ice +++ b/pyweb/mumble/Murmur_1-2-0.ice @@ -158,6 +158,8 @@ module Murmur const int PermissionBan = 0x20000; /** Register and unregister users. Only valid on root channel. */ const int PermissionRegister = 0x40000; + /** Register and unregister users. Only valid on root channel. */ + const int PermissionRegisterSelf = 0x80000; /** Access Control List for a channel. ACLs are defined per channel, and can be inherited from parent channels.