Browse Source

update to upstream snapshot b58726.

Natenom/support-murmur-13-1446181288462
Michael Ziegler 16 years ago
parent
commit
2af74dacc6
  1. 2
      pyweb/mumble/Murmur_1-2-0.ice

2
pyweb/mumble/Murmur_1-2-0.ice

@ -158,6 +158,8 @@ module Murmur
const int PermissionBan = 0x20000; const int PermissionBan = 0x20000;
/** Register and unregister users. Only valid on root channel. */ /** Register and unregister users. Only valid on root channel. */
const int PermissionRegister = 0x40000; 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. /** Access Control List for a channel. ACLs are defined per channel, and can be inherited from parent channels.

Loading…
Cancel
Save