mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
Merge 0.12->trunk
This commit is contained in:
commit
02b01c4826
2 changed files with 7 additions and 1 deletions
|
@ -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 --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue