Bot doesn't receive whispers from user (Python)

Thank you, it works now!
In fact I’ve tried to send something similar to your solution, but it didn’t work:

s.send('CAP REQ :twitch.tv/tags twitch.tv/commands'.encode('utf-8'))

Also, after some research, I’ve discovered two things:

  1. Only twitch.tv/commands is required of those 3 things for receiving whispers.
  2. Don’t forget ‘\r\n’ at the end!

Although my problem turned out to be #2, without your solution I wasn’t sure that the problem was related to that command.