Remove ID-Mapping-Section (superseded by docs)

because link in config-section refers to docs anyways
This commit is contained in:
Thor77 2016-10-30 20:46:36 +01:00
parent 8020e047f6
commit 96ffef1b5a
1 changed files with 0 additions and 12 deletions

View File

@ -56,18 +56,6 @@ log = /usr/local/bin/teamspeak-server/logs/ts3server*_1.log
output = /var/www/html/stats.html
```
# ID-Mapping
`id_map.json`
You can map multiple ID's to one (for example, when an user creates a new identity)
## Example
```json
{
"1": "2",
"3": "2"
}
```
The online-time of `1` and `3` will be added to the online-time of `2`
# Contributing
Please make sure tests are succeeding and your code follows [flake8](https://flake8.readthedocs.io)-guidelines.