had an issue where a user was unable to join, the websocket connect was failing
added some debug logging and found
user joining channel #channel_a,#channel_b
IRC spec allows for a list of comma-seperated channels to join all at once, we should support this in the future
had an issue where a user was unable to join, the websocket connect was failing
added some debug logging and found
```
user joining channel #channel_a,#channel_b
```
IRC spec allows for a list of comma-seperated channels to join all at once, we should support this in the future
had an issue where a user was unable to join, the websocket connect was failing
added some debug logging and found
IRC spec allows for a list of comma-seperated channels to join all at once, we should support this in the future