plugins/adhoc/mod_adhoc.lua
changeset 9574 5c475f6e89a4
parent 9334 2f634cc02eac
child 10546 f1886a48a6d4
--- a/plugins/adhoc/mod_adhoc.lua	Sat Oct 27 12:56:01 2018 +0200
+++ b/plugins/adhoc/mod_adhoc.lua	Sat Oct 27 17:25:50 2018 +0200
@@ -98,5 +98,5 @@
 	commands[event.item.node] = nil;
 end
 
-module:handle_items("adhoc", adhoc_added, adhoc_removed);
+module:handle_items("adhoc", adhoc_added, adhoc_removed); -- COMPAT pre module:provides() introduced in 0.9
 module:handle_items("adhoc-provider", adhoc_added, adhoc_removed);