# HG changeset patch # User Florian Zeitz # Date 1282471361 -7200 # Node ID 84d03c44bdb9e486400f1095d0b9395fd6339257 # Parent e0802b2716c3d2b3fb00c8fde233db5a07a13a0e mod_adhoc: Fix typo introduced during refactoring diff -r e0802b2716c3 -r 84d03c44bdb9 mod_adhoc/adhoc/mod_adhoc.lua --- a/mod_adhoc/adhoc/mod_adhoc.lua Sat Aug 21 19:20:12 2010 +0200 +++ b/mod_adhoc/adhoc/mod_adhoc.lua Sun Aug 22 12:02:41 2010 +0200 @@ -37,7 +37,7 @@ end end, 500); -module:hook("iq/host"..xmlns_cmd..":command", function (event) +module:hook("iq/host/"..xmlns_cmd..":command", function (event) local origin, stanza = event.origin, event.stanza; if stanza.attr.type == "set" then local node = stanza.tags[1].attr.node