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.
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.