mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-17 19:59:29 +00:00
War on spaces, Mumble fix again
This commit is contained in:
@@ -24,7 +24,7 @@ class MumbleService(BaseService):
|
|||||||
tag = kwargs['character'].corporation.ticker
|
tag = kwargs['character'].corporation.ticker
|
||||||
|
|
||||||
if tag:
|
if tag:
|
||||||
username = "%s - %s" % (tag, username)
|
username = "[%s]%s" % (tag, username)
|
||||||
|
|
||||||
mumbleuser = MumbleUser()
|
mumbleuser = MumbleUser()
|
||||||
mumbleuser.name = username
|
mumbleuser.name = username
|
||||||
|
|||||||
Reference in New Issue
Block a user