Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 611 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 611 Bytes

TFS1.3-Chat-to-Discord

Transfer chats via game to Discord
image

Installation

  1. Clone the repository
git clone https://github.com/crilleaz/TFS1.3-Chat-to-Discord/
  1. Setup
Move content of chatchannels/scripts into your TFS1.3-server, replace existing ones
Import chats.sql into your database
Edit database details and discord webhook in dc_offload_chats.php

Add cronjob for the webhook:
$sudo crontab -e
* * * * * php -e /path/to/dc_offload_chats.php

Discord

Crilleaz