Module irc::client::transport [] [src]

An IRC transport that wraps an IRC-framed stream to provide automatic PING replies.

Structs

IrcTransport

An IRC transport that handles automatically replying to PINGs.

LogView

A view of the logs from a particular Logged transport.

Logged

A logged version of the IrcTransport that records all sent and received messages. Note: this will introduce some performance overhead by cloning all messages.