Fix pings in the href logs. (#9593)

This commit is contained in:
PJB3005
2016-04-24 00:24:43 +02:00
committed by clusterfack
parent c1d94cf880
commit 27e8d83505

View File

@@ -64,6 +64,9 @@
completed_asset_jobs += job
return
if(href_list["_src_"] == "chat") // Oh god the ping hrefs.
return chatOutput.Topic(href, href_list)
//Logs all hrefs
if(config && config.log_hrefs && investigations[I_HREFS])
var/datum/log_controller/I = investigations[I_HREFS]
@@ -74,7 +77,6 @@
if("usr") hsrc = mob
if("prefs") return prefs.process_link(usr,href_list)
if("vars") return view_var_Topic(href,href_list,hsrc)
if("chat") return chatOutput.Topic(href, href_list)
switch(href_list["action"])
if ("openLink")