Will a connection to the channel receive the messages from all the chat rooms or would we need to connect to those separately. Will tags show what room a message is being sent from? Stuff like that.
Was wondering if anyone has any info on how they’ll work into bot development.
There seem to be some minor differences. When I send a message to a room the server returns my own messages as PRIVMSGs as well on the same connection unlike normal chats where it doesn’t.
And justinfan doesn’t work for rooms apparently? FeelsBadMan
Anyone know if that’s intentionally different with rooms or maybe just bugs? I’m assuming intentional but thought I’d ask.
In an IRC client I observed this (and reported this during technical preview).
But I did not observe an actual “double” PRIVMSG being sent when debugging raw IRC packets. So it’s just the IRC client showing your own message plus the one bounced from IRC.
A bot won’t see two private messages when it sends one, and a bot should not generally respond to itself anyway.