From 96ffef1b5af4bba9671de47aced06c443d9b9bae Mon Sep 17 00:00:00 2001 From: Thor77 Date: Sun, 30 Oct 2016 20:46:36 +0100 Subject: [PATCH] Remove ID-Mapping-Section (superseded by docs) because link in config-section refers to docs anyways --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 2b3e7dd..0c17016 100644 --- a/README.md +++ b/README.md @@ -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.