Merge pull request #4343 from CHOMPStation2/upstream-merge-13063

[MIRROR] Communicator Log Fix
This commit is contained in:
Nadyr
2022-06-11 18:00:06 -04:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
@@ -106,6 +106,8 @@
if(message)
exonet.send_message(comm.exonet.address, "text", message)
im_list += list(list("address" = exonet.address, "to_address" = comm.exonet.address, "im" = message))
log_pda("(COMM: [src]) sent \"[message]\" to [exonet.get_atom_from_address(comm.exonet.address)]", usr)
to_chat(usr, "<span class='notice'>[bicon(src)] Sent message to [comm.owner], <b>\"[message]\"</b></span>")
// Verb: text_communicator()
+1 -1
View File
@@ -128,4 +128,4 @@
return
if(ringer && nif.human)
nif.notify("Commlink message from [who]: \"[text]\" (<a href='?src=\ref[nifsoft];open=1'>Open</a>)")
nif.notify("Commlink message from [who]: \"[text]\" (<a href='?src=\ref[nifsoft];open=1'>Open</a>) (<a href='?src=\ref[src];action=Reply;target=\ref[candidate]'>Reply</a>)")