Module irc::client [] [src]

A simple, thread-safe, and async-friendly IRC client library.

Modules

conn

A module providing IRC connections for use by IrcServers.

data

Data related to IRC functionality.

prelude

A client-side IRC prelude, re-exporting all the necessary basics.

server

The primary API for communicating with an IRC server.

transport

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.