Twitch keeps sending spaces to IRC Bot Python

if data == "PING":
     con.send("PONG")
     print("Pong send!")

Is this what you mean?