Unihedro / JavaBot

Java based chat bot that runs in Java room of Stack Overflow Chat.
Apache License 2.0
15 stars 4 forks source link

Implement an Owner / Privileged user system for special commands #37

Open Vogel612 opened 9 years ago

Vogel612 commented 9 years ago

It would be nice if "disruptive" commands like summon, unsummon and shutdown could only be executed by special people. These users should be maintained at runtime and persisted to the configuration, so as to be the same after restarts and the like.

Unihedro commented 9 years ago

Good idea. Timed ownership will be effective as well, especially during testing.