doc/example_pep.lua

changeset 243
20842f98f9ff
parent 168
7285e04a4797
child 260
7f6df45a3d1f
--- 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);
 

mercurial