EchoServer based on ChatServer, appending strings to output

Glad I could help. You could do it with either print or println like this:

server.println(" +OK");
// equals
server.print(" +OK\r\n");