Splamy / TS3AudioBot

Advanced Musicbot for Teamspeak 3
https://splamy.de/TSAudioBot/Home
Open Software License 3.0
701 stars 140 forks source link

how to allow everyone in audiobot #1035

Closed KELPETEN closed 1 year ago

KELPETEN commented 1 year ago

How to allow anyone on audiobot. Can you help me

Splamy commented 1 year ago

This to your rights toml

[[rule]]
"+" = "*"
KELPETEN commented 1 year ago

groupid or useruid are not connected people. I want it to start on unauthorized people

KELPETEN commented 1 year ago

this is what I want. Can you make a sample Rights.toml file and post it?

Splamy commented 1 year ago

Clear your entire file and just put this:

[[rule]]
"+" = "*"

should allow everything to everyone

KELPETEN commented 1 year ago

Thank you ♥