mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
+
This commit is contained in:
parent
23b0214076
commit
8cf148e717
5 changed files with 13 additions and 4 deletions
|
@ -139,7 +139,8 @@ msg(source, mc, data, vars, showingLog, target) {
|
|||
case "_failure_unsuccessful_delivery":
|
||||
case "_failure_unsuccessful_delivery_resolve":
|
||||
case "_failure_unsupported_function_root":
|
||||
unless (abbrev("_notice_forward", vars["_method_relay"])) {
|
||||
unless (stringp(vars["_method_relay"])
|
||||
&& abbrev("_notice_forward", vars["_method_relay"])) {
|
||||
t = "Root got "+ (vars["_method_relay"] || mc || "missing method");
|
||||
if (vars["_target_relay"]) t += " to "+ to_string(vars["_target_relay"]);
|
||||
if (vars["_source_relay"]) t += " from "+ to_string(vars["_source_relay"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue