bernard357 / shellbot

Fast, simple and lightweight micro bot-framework for Python.
Apache License 2.0
10 stars 3 forks source link

do not use named lists in direct channels #36

Closed bernard357 closed 7 years ago

bernard357 commented 7 years ago

Named lists are a convenient way to add people to a channel. However, direct channels are only aiming to support 1:1 interactions. Therefore, the usage of named lists should be harmless in a direct channel.

bernard357 commented 7 years ago

@guillain this should help for your bot, since lists should not be activated in 1:1 Cisco Spark rooms anymore. Thanks for your next feedback

guillain commented 7 years ago

ToDo and in my backlog ^^

guillain commented 7 years ago

Yep, It's validated ;) Thanks Bernard!

bernard357 commented 7 years ago

okay, now closing this issue after this feedback. Thanks Guillain