TransientState.pongline

Cached PONG string to send to the server, so we don't have to concatenate a new one each time.

Its contents will typically be something like PONG :irc.example.com.

struct TransientState
string pongline;