Software / code / verse
Changeset
86:508f653e9d46
example_component.lua: Fix password
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 03 Aug 2010 09:28:53 +0100 |
| parents | 85:b9e71517d6e0 |
| children | 87:d59073722924 |
| files | doc/example_component.lua |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"