|
@@ -15,6 +15,8 @@ A feature rich chatbot for Owncast.
|
|
|
- [Overlays](#overlays)
|
|
- [Overlays](#overlays)
|
|
|
- [To-do List](#to-do-list)
|
|
- [To-do List](#to-do-list)
|
|
|
- [Alerts](#alerts)
|
|
- [Alerts](#alerts)
|
|
|
|
|
+- [Chat Commands](#chat-commands)
|
|
|
|
|
+- [Roadmap](#roadmap)
|
|
|
- [Support](#support)
|
|
- [Support](#support)
|
|
|
- [Contributing](#contributing)
|
|
- [Contributing](#contributing)
|
|
|
- [License](#license)
|
|
- [License](#license)
|
|
@@ -242,10 +244,17 @@ Goal alert: ```http://<your.ocb.address>/alert/goal```
|
|
|
}
|
|
}
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
+## Chat commands
|
|
|
|
|
+All command and rewards are preceeded with a prefix configured in the management panel. "!" by default.
|
|
|
|
|
+!help - Displays a short summary of features available to viewers.
|
|
|
|
|
+!rewards - Displays currently active rewards, votes and goals.
|
|
|
|
|
+!points - Displays the viewer's current points balance.
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
## Roadmap
|
|
## Roadmap
|
|
|
*Not necessarily in this order*
|
|
*Not necessarily in this order*
|
|
|
* Streak tracker, to track how many consecutive streams a viewer has watched, and reward accordingly
|
|
* Streak tracker, to track how many consecutive streams a viewer has watched, and reward accordingly
|
|
|
-* Get emojis in OwnchatBot panels working correctly, because [Wonderwmn](https://mas.to/@wonderwmn) insists on it
|
|
|
|
|
|
|
+* Get emojis in OwnchatBot panels working correctly, because Wonderwmn insists on it
|
|
|
* Option to only allow authenticated users, or Kofi subscribers to redeem certain rewards.
|
|
* Option to only allow authenticated users, or Kofi subscribers to redeem certain rewards.
|
|
|
* !Timer - Set a timer that will sound an audible alarm. A command only available to the streamer or mods.
|
|
* !Timer - Set a timer that will sound an audible alarm. A command only available to the streamer or mods.
|
|
|
* A "watch" function that watches chat for certain words or phrases, and responds with preset messages.
|
|
* A "watch" function that watches chat for certain words or phrases, and responds with preset messages.
|