1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00
This commit is contained in:
psyc://psyced.org/~lynX 2011-08-26 11:19:35 +02:00
parent 23b0214076
commit 8cf148e717
5 changed files with 13 additions and 4 deletions

View file

@ -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"]);