# HG changeset patch # User Matthew Wild # Date 1280824133 -3600 # Node ID 508f653e9d46a471b69ccaa9ae05b18f6fe12dda # Parent b9e71517d6e0d4490d3365816d2fcdfe48be940b example_component.lua: Fix password diff -r b9e71517d6e0 -r 508f653e9d46 doc/example_component.lua --- a/doc/example_component.lua Tue Aug 03 09:19:26 2010 +0100 +++ b/doc/example_component.lua Tue Aug 03 09:28:53 2010 +0100 @@ -1,4 +1,4 @@ -local jid, password = "echo.localhost", "testtest123testtesttesttest123testtests"; --"hellohello"; +local jid, password = "echo.localhost", "hellohello"; --os.execute("squish --minify-level=none verse"); require "verse"