Account username

how to return the username of account after connecting to agent server.
cuz i working on auto passcode send plugin. private server [vsro]

You don’t

def loginReturn():
	login = get_startup_data()

	log('Your username is: '+login['username']+' and logged on the server '+login['server']+'')

i will try this now

working fine thanks alot dude <3