plugins/mod_uptime.lua
changeset 10569 421b2f8369fd
parent 9575 867e40b82409
child 10753 abbdf72b0710
--- a/plugins/mod_uptime.lua	Tue Dec 24 00:49:43 2019 +0100
+++ b/plugins/mod_uptime.lua	Fri Dec 20 22:47:34 2019 +0100
@@ -42,6 +42,6 @@
 	return { info = uptime_text(), status = "completed" };
 end
 
-local descriptor = adhoc_new("Get uptime", "uptime", uptime_command_handler);
+local descriptor = adhoc_new("Get uptime", "uptime", uptime_command_handler, "any");
 
 module:provides("adhoc", descriptor);