Diff

plugins/mod_admin_shell.lua @ 12888:b8504b71735d

Merge 0.12->trunk
author Kim Alvefur <zash@zash.se>
date Thu, 16 Feb 2023 20:15:39 +0100
parent 12871:885323e2a1ce
parent 12887:68df46926c26
child 12908:e96c3ea64996
line wrap: on
line diff
--- a/plugins/mod_admin_shell.lua	Thu Feb 16 16:00:07 2023 +0000
+++ b/plugins/mod_admin_shell.lua	Thu Feb 16 20:15:39 2023 +0100
@@ -210,6 +210,7 @@
 	if not ok then
 		event.origin.send(st.stanza("repl-result", { type = "error" }):text(err));
 	end
+	return true;
 end);
 
 -- Console commands --