From fcdbc904bbe972927dbd13a368ccb71a3449c02d Mon Sep 17 00:00:00 2001 From: Repede Date: Wed, 28 Feb 2018 23:14:06 -0500 Subject: [PATCH] reeeee --- code/modules/DMAPI/yawnDMAPI.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/DMAPI/yawnDMAPI.dm b/code/modules/DMAPI/yawnDMAPI.dm index 87f7ecf331..f6106a6244 100644 --- a/code/modules/DMAPI/yawnDMAPI.dm +++ b/code/modules/DMAPI/yawnDMAPI.dm @@ -17,6 +17,5 @@ /datum/server_tools_command/readfax/Run(sender, params) var/list/all_params = splittext(params, " ") var/faxid = all_params[1] - var/faxmsg = "" - file("[config.fax_export_dir]/fax_[faxid].html") >> faxmsg + var/faxmsg = return_file_text("[config.fax_export_dir]/fax_[faxid].html") return "FAX: ```[url_encode(faxmsg)]```" \ No newline at end of file