# HG changeset patch # User Kim Alvefur # Date 1322114547 -3600 # Node ID 20842f98f9ff18b9170c1e90298f256200516da2 # Parent 5b49de3aa0f317775b19cc2615d2c57199361c05 doc/example_pep.lua: get_child_text() diff -r 5b49de3aa0f3 -r 20842f98f9ff doc/example_pep.lua --- 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);