llimllib / limbo

A simple, clean, easy to modify Slack chatbot
MIT License
402 stars 160 forks source link

Make it easy to thread limbo responses #190

Open llimllib opened 4 years ago

llimllib commented 4 years ago

Right now, to thread responses from limbo plugins you have to revert from returning text to using slack.post_message. It would probably be better if plugins could return a (message, timestamp) tuple to thread responses?

llimllib commented 3 years ago

example problem: the !weather plugin will not respond in a thread

llimllib commented 3 years ago

Greatly improved in https://github.com/llimllib/limbo/commit/020a961388f33e9c31f63f3c7e88a5d814a9405f , but could still have a better interface