Comparison

plugins/adhoc/mod_adhoc.lua @ 4927:13d18cc6527d

Merge with trunk
author Matthew Wild <mwild1@gmail.com>
date Tue, 12 Jun 2012 13:55:56 +0100
parent 4926:58714123f600
child 5760:e599d9a367cf
comparison
equal deleted inserted replaced
4925:55f6e0673e33 4927:13d18cc6527d
98 local function adhoc_removed(event) 98 local function adhoc_removed(event)
99 commands[event.item.node] = nil; 99 commands[event.item.node] = nil;
100 end 100 end
101 101
102 module:handle_items("adhoc", adhoc_added, adhoc_removed); 102 module:handle_items("adhoc", adhoc_added, adhoc_removed);
103 module:handle_items("adhoc-provider", adhoc_added, adhoc_removed);