From 2af74dacc60f5e96a72ab6cb5d2c01f669e06fee Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Sun, 6 Sep 2009 22:09:18 +0200 Subject: [PATCH] update to upstream snapshot b58726. --- pyweb/mumble/Murmur_1-2-0.ice | 2 ++ 1 file changed, 2 insertions(+) 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.