Module irc::client::server [] [src]

Interface for working with IRC Servers.

Modules

utils

Utilities and shortcuts for working with IRC servers.

Structs

IrcServer

A thread-safe implementation of an IRC Server connection.

ServerStream

A stream of Messages from the IrcServer. Interaction with this stream relies on the futures API.

Traits

EachIncomingExt

Trait extending all IRC streams with for_each_incoming convenience function.

Server

An interface for interacting with an IRC server.