codingteam / horta-hell

Configurable XMPP bot written in Scala based on the Akka framework.
MIT License
15 stars 8 forks source link

Tweets are shown everywhere instead of only target room #393

Closed ForNeVeR closed 8 years ago

ForNeVeR commented 8 years ago

Consider this configuration:

rooms=codingteam,javascript
codingteam.room=codingteam@conference.jabber.ru
codingteam.locale=ru
codingteam.events=twitter
javascript.room=javascript@conference.jabber.ru
javascript.locale=ru

Whenever Horta see any Tweet, he posts it to both codingteam and javascript rooms. I thought that it should send the tweets only to rooms marked by events=twitter.

hagane commented 8 years ago

It should indeed behave like you expected. I'll look into in straight away.