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

An IRC transport that wraps an IRC-framed stream to provide a number of features including automatic PING replies, automatic sending of PINGs, and message rate-limiting.

Structs

IrcTransport

An IRC transport that handles core functionality.

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.