MMRIZE / MMM-TelegramBot

TelegramBot module for remote-controlling MagicMirror
MIT License
26 stars 8 forks source link

Have a different set of allowed users for telecast #35

Closed Rdlgrmpf closed 4 years ago

Rdlgrmpf commented 4 years ago

This gives the new config option "allowedTelecastUser", which can be used similar to "allowedUser". A user can then send a telecast if he/she is in either of those groups. All other commands only work with "allowedUser" as before.

Currently, there are no commands available to add to the telecaster list.

Signed-off-by: Robin Morawetz

eouia commented 4 years ago

I've added opt-in for commands to allow the specific users who can use it. So, This PR is not required any more. And your approach had a problem - abbreviation. your PR couldn't handle command abbreviation so I can't adopt. Anyway, thanks for your interest and sorry for your efforts. Always PR is welcomed.