DevChatter / DevChatterBot

MIT License
55 stars 28 forks source link

Enhance quote add to support adding a ChatUser's last message #113

Closed jdphenix closed 6 years ago

jdphenix commented 6 years ago

Enhance !quote such that a mod can use

!quote add username

and add the user's last chat message to quotes.

benrick commented 6 years ago

This is a very cool idea. I've got a couple of concerns about it though.

What happens if the user types another message before the mod types !quote add username? It might get the wrong message.

This will also have the requirement that we start having the bot track and remember old messages said in chat. We're not currently doing that.

benrick commented 6 years ago

If we can come up with a nice way of doing something referencing previous messages, I'll bring this one back. Maybe something using whispers?

jdphenix commented 6 years ago

I'll probably pick this up later. "Real life" (tm) happened.