R-a-dio / valkyrie

R/a/dio software stack
https://r-a-d.io
MIT License
5 stars 3 forks source link

irc: decide on a way to authenticate users without channel access #34

Open Wessie opened 5 years ago

Wessie commented 5 years ago

With how we've added guest streamers it means we need a way to have them have access to privileged commands. The current way of doing it is through a script ran by @Kethsar with a shared guest account.

We can either incorporate this script in the new code and keep similar functionality or fix our ancient permission system to allow us to just make an account for every guest with special permissions to limits them to streaming.

We need to make a decision on this.

Wessie commented 5 years ago

see also R-a-dio/site#98