irc.client

Undocumented in source.

Members

Classes

IrcClient
class IrcClient

Represents an IRC client connection.

IrcErrorException
class IrcErrorException

Thrown if the server sends an error message to the client.

Functions

unsubscribeHandler
void unsubscribeHandler(T[] event, T handler)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

InternetAddress (from std.socket)
public import std.socket : InternetAddress;
Undocumented in source.

Structs

IrcUser (from irc.protocol)
struct IrcUser via public import irc.protocol : IrcUser;

Structure representing an IRC user.

Meta