Skip to content

Commit fd583c1

Browse files
committed
Update readme
1 parent 28f8158 commit fd583c1

File tree

1 file changed

+28
-26
lines changed

1 file changed

+28
-26
lines changed

README.md

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -122,32 +122,34 @@ NOALBS gives you the option to enable some simple chat commands to help you mana
122122
<details>
123123
<summary>Click to view all chat commands</summary>
124124

125-
| Default Role | Command | Description | Example |
126-
| :----------: | ------------------------ | :------------------------------------------------------------------------------------------------------ | :----------------- |
127-
| Admins | !start | on-demand command to start streaming in OBS. | !start |
128-
| Admins | !stop | on-demand command to stop streaming in OBS. | !stop |
129-
| Admins | !record | on-demand command to toggle recording in OBS. | !record |
130-
| Admins | !collection (name) | changes the scene collection and profile. | !collection twitch |
131-
| Admins | !alias (alias) (command) | add an alias for a command. | !alias ss switch |
132-
| Admins | !alias rem (alias) | removes an alias for a command. | !alias rem ss |
133-
| Admins | !switch (scene) | switches to the provided SCENE ([fuzzy match](https://wikipedia.org/wiki/Approximate_string_matching)). | !switch INTRO |
134-
| Admins | !source (value) | Toggles an OBS source item visibility on the current scene | !source media |
135-
| Admins | !live | switch to the live scene. | !live |
136-
| Admins | !privacy | switch to the privacy scene. | !privacy |
137-
| Admins | !starting | switch to the starting scene. | !starting |
138-
| Admins | !ending | switch to the ending scene. | !ending |
139-
| Admins | !noalbs prefix (prefix) | change noalbs command prefix. | !noalbs prefix # |
140-
| Admins | !noalbs retry (value) | changes the retry value for the switcher. | !noalbs retry 5 |
141-
| Admins | !noalbs lang (value) | changes the chat response language. | !noalbs lang zh_tw |
142-
| MODs | !trigger (value) | changes the low bitrate threshold to the defined value. | !trigger 800 |
143-
| MODs | !otrigger (value) | changes the offline bitrate threshold to the defined value. | !otrigger 200 |
144-
| MODs | !rtrigger (value) | changes the RTT based low threshold to the defined value. | !rtrigger 1500 |
145-
| MODs | !ortrigger (value) | changes the RTT based offline threshold to the defined value. | !ortrigger 2000 |
146-
| MODs | !sourceinfo | gives you details about the SOURCE in chat. | !sourceinfo |
147-
| MODs | !serverinfo | gives you details about the SERVER in chat. | !serverinfo |
148-
| MODs | !fix | tries to fix the stream. | !fix |
149-
| MODs | !refresh | tries to fix the stream. | !refresh |
150-
| Public | !bitrate | returns the current bitrate. | !bitrate |
125+
| Default Role | Command | Description | Example |
126+
| :----------: | ------------------------- | :------------------------------------------------------------------------------------------------------ | :-------------------- |
127+
| Admins | !start | on-demand command to start streaming in OBS. | !start |
128+
| Admins | !stop | on-demand command to stop streaming in OBS. | !stop |
129+
| Admins | !record | on-demand command to toggle recording in OBS. | !record |
130+
| Admins | !collection (name) | changes the scene collection and profile. | !collection twitch |
131+
| Admins | !alias (alias) (command) | add an alias for a command. | !alias ss switch |
132+
| Admins | !alias rem (alias) | removes an alias for a command. | !alias rem ss |
133+
| Admins | !switch (scene) | switches to the provided SCENE ([fuzzy match](https://wikipedia.org/wiki/Approximate_string_matching)). | !switch INTRO |
134+
| Admins | !source (value) | Toggles an OBS source item visibility on the current scene | !source media |
135+
| Admins | !live | switch to the live scene. | !live |
136+
| Admins | !privacy | switch to the privacy scene. | !privacy |
137+
| Admins | !starting | switch to the starting scene. | !starting |
138+
| Admins | !ending | switch to the ending scene. | !ending |
139+
| Admins | !noalbs prefix (prefix) | change noalbs command prefix. | !noalbs prefix # |
140+
| Admins | !noalbs retry (value) | changes the retry value for the switcher. | !noalbs retry 5 |
141+
| Admins | !noalbs lang (value) | changes the chat response language. | !noalbs lang zh_tw |
142+
| Admins | !noalbs ignore (username) | adds a user to the ignore list. | !noalbs ignore 715209 |
143+
| Admins | !noalbs rem (username) | removes a user from the ignore list. | !noalbs rem 715209 |
144+
| MODs | !trigger (value) | changes the low bitrate threshold to the defined value. | !trigger 800 |
145+
| MODs | !otrigger (value) | changes the offline bitrate threshold to the defined value. | !otrigger 200 |
146+
| MODs | !rtrigger (value) | changes the RTT based low threshold to the defined value. | !rtrigger 1500 |
147+
| MODs | !ortrigger (value) | changes the RTT based offline threshold to the defined value. | !ortrigger 2000 |
148+
| MODs | !sourceinfo | gives you details about the SOURCE in chat. | !sourceinfo |
149+
| MODs | !serverinfo | gives you details about the SERVER in chat. | !serverinfo |
150+
| MODs | !fix | tries to fix the stream. | !fix |
151+
| MODs | !refresh | tries to fix the stream. | !refresh |
152+
| Public | !bitrate | returns the current bitrate. | !bitrate |
151153

152154
You can also enable/disable certain features from chat, see below:
153155

0 commit comments

Comments
 (0)