Sending messages to chat

here is the code… its in java… out = new PrintWriter(socket.getOutputStream(), true); the command that is sent is out.print("PRIVMSG #postitmonkey :test\r\n");