i don’t think it’s the Ping but i might be wrong,
lately i doesn’t print Pong anymore
In case this is the problem
here is the ping/pong code:
if data == “PING :tmi.twitch.tv\r\n”:
con.send(“PONG :tmi.twitch.tv\r\n”.encode(“utf-8”))
print(“Pong send!”)
else:
sender = get_sender(line[1]).lower()
message = get_message(line[1:])
parse_message(message)
I have tried different Pong methodes with no success