Streamplace chat rules
Be your own Streamplace chatbot replying to !rules with a your chat rules
place.stream.chat.message- Lexicon

place.stream.chat.message- Operations
- Record created
Steps (3)
rules- Value
- Hidden
- Note
- Chat rules
- If
event.commit.record.streamerequals{{self}}- Chat message was sent in my channel - and
event.commit.record.textequals!rules- Command to show chat rules
Then
Create a recordAction 1
- Target Collection

place.stream.chat.message- Record Template
{ "createdAt": "{{now}}", "reply": { "parent": { "cid": "{{event.commit.cid}}", "uri": "{{event.uri}}" }, "root": { "cid": "{{event.commit.cid}}", "uri": "{{event.uri}}" } }, "streamer": "{{self}}", "text": "{{rules}}" }