11 lines
450 B
Plaintext
11 lines
450 B
Plaintext
diff a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm (rejected hunks)
|
|
@@ -73,7 +73,7 @@
|
|
return
|
|
|
|
//Logs all hrefs, except chat pings
|
|
- if(href_list["proc"] != "ping")
|
|
+ if(!(href_list["_src_"] == "chat" && href_list["proc"] == "ping" && LAZYLEN(href_list) == 2))
|
|
WRITE_FILE(GLOB.world_href_log, "<small>[time_stamp(show_ds = TRUE)] [src] (usr:[usr])</small> || [hsrc ? "[hsrc] " : ""][href]<br>")
|
|
|
|
// Admin PM
|