# HG changeset patch # User Waqas Hussain # Date 1290891952 -18000 # Node ID c0148fddd81f56329156c385fd0d076a0ae59578 # Parent 140ce81778ca0aba326c31170c417853e0782a78 mod_pep: Updated disco#info result handler to use new event name format. diff -r 140ce81778ca -r c0148fddd81f plugins/mod_pep.lua --- a/plugins/mod_pep.lua Sun Nov 28 02:03:59 2010 +0500 +++ b/plugins/mod_pep.lua Sun Nov 28 02:05:52 2010 +0500 @@ -208,7 +208,7 @@ end end); -module:hook("iq/bare/disco", function(event) +module:hook("iq-result/bare/disco", function(event) local session, stanza = event.origin, event.stanza; if stanza.attr.type == "result" then local disco = stanza.tags[1];