From 1281bc24e9587280a6c4ce7adc7ccb18ce49d052 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 26 Dec 2017 17:32:43 -0200 Subject: [PATCH 1/2] Adds coordinates to href logs --- code/modules/client/client_procs.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 4c5d8e7a4c..c5385b2abb 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -75,7 +75,12 @@ //Logs all hrefs, except chat pings if(!(href_list["_src_"] == "chat" && href_list["proc"] == "ping" && LAZYLEN(href_list) == 2)) +<<<<<<< HEAD WRITE_FILE(GLOB.world_href_log, "[time_stamp(show_ds = TRUE)] [src] (usr:[usr]) || [hsrc ? "[hsrc] " : ""][href]
") +======= + WRITE_FILE(GLOB.world_href_log, "[time_stamp(show_ds = TRUE)] [src] (usr:[usr]\[[COORD(usr)]\]) || [hsrc ? "[hsrc] " : ""][href]
") + +>>>>>>> 0687e88... Merge pull request #33835 from kevinz000/patch-415 // Admin PM if(href_list["priv_msg"]) cmd_admin_pm(href_list["priv_msg"],null) From 010c1e17ad377e9e47d7c597d853d12636c8ff9d Mon Sep 17 00:00:00 2001 From: LetterJay Date: Fri, 29 Dec 2017 18:38:32 -0600 Subject: [PATCH 2/2] Update client_procs.dm --- code/modules/client/client_procs.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index c5385b2abb..facfe599c4 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -75,12 +75,8 @@ //Logs all hrefs, except chat pings if(!(href_list["_src_"] == "chat" && href_list["proc"] == "ping" && LAZYLEN(href_list) == 2)) -<<<<<<< HEAD - WRITE_FILE(GLOB.world_href_log, "[time_stamp(show_ds = TRUE)] [src] (usr:[usr]) || [hsrc ? "[hsrc] " : ""][href]
") -======= WRITE_FILE(GLOB.world_href_log, "[time_stamp(show_ds = TRUE)] [src] (usr:[usr]\[[COORD(usr)]\]) || [hsrc ? "[hsrc] " : ""][href]
") ->>>>>>> 0687e88... Merge pull request #33835 from kevinz000/patch-415 // Admin PM if(href_list["priv_msg"]) cmd_admin_pm(href_list["priv_msg"],null)