nandub / hubot-irc

IRC adapter for Hubot
MIT License
299 stars 128 forks source link

Allow multiple server configuration #152

Closed elyezer closed 9 years ago

elyezer commented 9 years ago

Creating this to ask if it is possible to make the same bot instance join different servers.

jgable commented 9 years ago

No, you'd have to have two different bots running for this.

elyezer commented 9 years ago

Thanks. I'm using the same hubot code, but created two instances using different server configuration and sharing the same Redis database. It is running OK so far.