On Thu, Dec 9, 2010 at 5:36 PM, Platonides platonides@gmail.com wrote:
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.
In fact some ircds only look at the first 4 chars, PONG, regardless whether there is a new line at all.
Bryan