Added character information passthrough to update_groups, also enabled per corp groups in TS3

This commit is contained in:
2011-01-03 15:42:04 +00:00
parent a235982c55
commit b126486b69
6 changed files with 15 additions and 6 deletions

View File

@@ -132,7 +132,7 @@ class MumbleService(BaseService):
return acls
def update_groups(self, uid, groups):
def update_groups(self, uid, groups, character=None):
""" Update the UID's groups based on the provided list """
user = self.mumblectl.getRegisteredPlayers(self.settings['mumble_server_id'], uid)