diff options
author | nico <nico@magicbroccoli.de> | 2019-12-07 13:09:41 +0100 |
---|---|---|
committer | nico <nico@magicbroccoli.de> | 2019-12-07 13:09:41 +0100 |
commit | 9080c719dc0252b43fd894d71cf7d410ae8b0cb6 (patch) | |
tree | 15263862c42503ff1c2103e08d6aacce273127b7 /config.json.sample |
TeamSpeak datebased GroupAssigner
cleaned up working release
+ properly register for servernotify events
+ process only voice_clients
+ properly check if client is already a group member
+ logging
Diffstat (limited to 'config.json.sample')
-rw-r--r-- | config.json.sample | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.json.sample b/config.json.sample new file mode 100644 index 0000000..2f2eedf --- /dev/null +++ b/config.json.sample @@ -0,0 +1,9 @@ +{ + "host": "localhost", + "port": 10011, + "user": "serveradmin", + "password": "super_secret-Password", + "server_id": 1337, + + "gid" : 9999 +}
\ No newline at end of file |