Skip to content

crilleaz/TFS1.3-Chat-to-Discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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