waartaa / ircb

A versatile IRC bouncer for humans
MIT License
49 stars 15 forks source link

Dynamically generate IRC joining messages for clients when reusing existing IRC connection #11

Closed rtnpro closed 8 years ago

rtnpro commented 8 years ago

Problem

Currently, we store in-memory the IRC joining messages for the first client for a bot, to spit out to the subsequent clients connecting to the same bot. We need a better way to send joining messages to clients so that IRC clients understand that connection to network is established.