From 0085f79e4484e34386449c1a87bcbf010690e1cb Mon Sep 17 00:00:00 2001 From: skull132 Date: Tue, 16 Feb 2016 17:42:16 +0200 Subject: [PATCH] Faxes onto Discord --- code/modules/paperwork/faxmachine.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/paperwork/faxmachine.dm b/code/modules/paperwork/faxmachine.dm index 17872c4c871..b9d8dbed46d 100644 --- a/code/modules/paperwork/faxmachine.dm +++ b/code/modules/paperwork/faxmachine.dm @@ -217,3 +217,5 @@ var/list/sent_faxes = list() //cache for faxes that have been sent by the admins for(var/client/C in admins) if((R_ADMIN|R_CCIAA) & C.holder.rights) C << msg + + send_to_cciaa_discord("New fax arrived! [faxname]: \"[sent.name]\" by [sender].")