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].")