aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_admin_shell.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-02-16 20:15:39 +0100
committerKim Alvefur <zash@zash.se>2023-02-16 20:15:39 +0100
commit02b01c48265d550c0fdc0521cdc4a86e6aad94c1 (patch)
tree1daa0881ded9ab27692b887ea2e0275e6700328a /plugins/mod_admin_shell.lua
parent424a33445072c34d1239da75b7faa2d6276a2ebd (diff)
parent67ea0ee50ecd5886099e639f847acff9f28fd6e2 (diff)
downloadprosody-02b01c48265d550c0fdc0521cdc4a86e6aad94c1.tar.gz
prosody-02b01c48265d550c0fdc0521cdc4a86e6aad94c1.zip
Merge 0.12->trunk
Diffstat (limited to 'plugins/mod_admin_shell.lua')
-rw-r--r--plugins/mod_admin_shell.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_admin_shell.lua b/plugins/mod_admin_shell.lua
index f8b5fd1c..c03a74b8 100644
--- a/plugins/mod_admin_shell.lua
+++ b/plugins/mod_admin_shell.lua
@@ -210,6 +210,7 @@ module:hook("admin/repl-input", function (event)
if not ok then
event.origin.send(st.stanza("repl-result", { type = "error" }):text(err));
end
+ return true;
end);
-- Console commands --