aboutsummaryrefslogtreecommitdiffstats
path: root/util/prosodyctl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/prosodyctl.lua')
-rw-r--r--util/prosodyctl.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/prosodyctl.lua b/util/prosodyctl.lua
index 439de551..a598a44a 100644
--- a/util/prosodyctl.lua
+++ b/util/prosodyctl.lua
@@ -273,3 +273,5 @@ function reload()
signal.kill(pid, signal.SIGHUP);
return true;
end
+
+return _M;