nhexirc / nhex

A next-generation IRC client inspired by HexChat
https://nhexirc.com
8 stars 0 forks source link

Multi-network support #33

Open edfletcher opened 3 months ago

edfletcher commented 3 months ago

May be more challenging than it seems because right now, connect() blocks forever handling incoming messages. Pretty sure we can just spawn a thread per connection...

edfletcher commented 3 months ago

Related to #31