lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Jamie Webb wrote:
function os.execute()
	emailSysAdmin()
	print [[
This function is disabled. You are very bad for trying to use it. The
system administrator has been notified. Big brother is watching.
]]
end

Shouldn't that be more along the lines of

function os.execute()
	user.cubicle.seal("hermetically")
	print("Executing user")
	user.chair.electrify(true)
	while (user.lifesigns ~= nil)
		user.cubicle.pump("cyanide", "gas")	
	end
	user.chair.electrify(false)
	user.cubicle.pump("air", "gas")
	user.cubicle.unseal()
	return true
end

? >;D

--
Lisa
http://www.thecommune.org.uk/~lisa/