Software /
code /
verse
Diff
doc/example_pep.lua @ 243:20842f98f9ff
doc/example_pep.lua: get_child_text()
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 24 Nov 2011 07:02:27 +0100 |
parent | 168:7285e04a4797 |
child | 260:7f6df45a3d1f |
line wrap: on
line diff
--- a/doc/example_pep.lua Thu Nov 24 06:23:43 2011 +0100 +++ b/doc/example_pep.lua Thu Nov 24 07:02:27 2011 +0100 @@ -48,7 +48,7 @@ end); c:hook_pep("http://jabber.org/protocol/tune", function (event) - print(event.from.." is listening to "..event.item:get_child("title"):get_text()); + print(event.from.." is listening to "..event.item:get_child_text("title")); end); end);