gchiu / rebolbot

A stackoverflow chat bot for Rebol
20 stars 6 forks source link

Add multiroom chat facility #11

Open gchiu opened 11 years ago

gchiu commented 11 years ago

Currently chat is confined to the current room. But by pushing error messages into a separate room it occurs to me that it should be easy enough to support multiple rooms from the single instance.

asampal commented 11 years ago

Why would error messages need to be posted to just one room? Do you mean to say that all errors should be posted to one 'error' room in addition to the other rooms the bot would be operating in just so that there is a central point for monitoring errors?

gchiu commented 11 years ago

I was just saying that it had occurred to me when I was using a separate room for debugging messages that we could support multiple rooms as well. Hopefully we won't have errors in the future once all these json/js/SO encoding issues are dealt with