def raid():
    # executed when the raid button is pressed, sends a raid
    # according to raidlist.txt
    if isLogged:
	# if the user is logged in, proceed to raid
    	TravianRaider.raidGoldless()
    else:
    	pass
def raid():
	if isLogged:
		TravianRaider.raidGoldless()
	else:
		pass