tripleee / sloshy

Sloshy the Thawman, a simple chatbot to keep rooms alive on Stack Overflow / Stack Exchange
6 stars 11 forks source link

Speak in a room if it has too few users #35

Closed tripleee closed 1 year ago

tripleee commented 1 year ago

The OR HNQ room was closed for having too little activity (#33)

Sloshy probably should not try to push the number of messages across the limit (needs 15 messages) but could definitely add a second voice if there is only one person with activity in the room so far.

... And display a warning so that action can be taken if that still doesn't make the room eligible for retention.

tripleee commented 1 year ago

This trivially fixes it by speaking in rooms where Sloshy has not spoken before (#20)

tripleee commented 1 year ago

This also finally addresses the remaining part of #21