Hi, I've made an irc program but I keep getting ping timeouts. I know that when the server sends ping message you should send a pong message to show that you are sill there. What is the exeact commad for thr pong message. I have it as winsock1.senddata("PONG" & ServerName) but I dont think its right. Can someone give me an example of the exact information need to be sent for the PONG command to work? Thanks