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

place.stream.chat.message- Operations
- Record created
Steps (5)
- If
event.commit.record.streamerequals{{self}}- Chat message was sent in my channel
Then
- If
event.commit.record.textequals!title- Command - or
event.commit.record.textequals!titulo- Command
Then
MyCurrentStream- Search for my stream data- Collection
place.stream.livestream- In repo
{{self}}- Where
urlequalshttps://stream.place/{{self}}
- If
MyCurrentStream.foundequalstrue- Checks if the stream data was found
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": "{{MyCurrentStream.record.title}}" }