As we know, you can change your twitch nickname. We also know that in IRC we recognize the channel by its name, not ID. Both in JOIN and PRIVMSG.
@<tags> :<user>!<user>@<user>.tmi.twitch.tv PRIVMSG
#channel :<message>
Here is the situation that is bothering me:
- Suppose I connect to the channel
#xangold
- During this session, Xangold changes his nickname to Xansilver
Now what happens? Will I be receiving #xansilver
in PRIVMSG instantly after the change?