aeirola / slack-irc-client

Use Slack as your IRC client
87 stars 16 forks source link

Add support for multiple servers in the same Slack #20

Open augustjanse opened 7 years ago

augustjanse commented 7 years ago

I have no idea if this would be feasible to implement, sorry if it isn't 😊 The user interface is simple to imagine, though: Just let users override the Slack-wide server field in the channel purpose field.

aeirola commented 7 years ago

Would require quite more sophisticated connection handling to handle multiple IRC connections. Not really seeing this as a feasible thing, as Slack clients already support the notion of multiple servers with the ability to sign in to multiple teams. So the proper way to solve this would maybe instead be to support connecting to multiple Slack teams from a single slack-irc-client instance. Of course the obvious workaround is to just run multiple instances connecting to different teams.

augustjanse commented 7 years ago

Alright, thanks anyway!