goshuirc / bnc

a simple irc bouncer written in go
https://goshubnc.org/
MIT License
17 stars 3 forks source link

Doesn't seem to be joining channels #10

Closed DanielOaks closed 7 years ago

DanielOaks commented 7 years ago

Hmm, it should probably do this, being an IRC bouncer and all. #6 related.

prawnsalad commented 7 years ago

Related; Should it also store new channels into the db when we receive JOIN events for ourselves? I'm thinking yes so that they can be re-joined on a reconnect.

DanielOaks commented 7 years ago

Yeah I think so as well (at the same time, it can also store the key we're given for the channel too).

DanielOaks commented 7 years ago

Resolved with an update to irc-go and cf1a98ca8bc6039afd89aae68f77ff0dda0433f5. I've marked adding channels to the db as a TODO in the relevant code.