Sumurai8 (DD) wrote:
Oops, forgot to put a return after the pongmsg, like this: IRC.send("PONG %s\n" % pong)
The IRC-server will try to process the line after it finds a \n in your msg
According to the protocol, it should be a CRLF (\r\n). Although a bare \n seems to be commonly accepted as well.