irc.client

Undocumented in source.

Public Imports

irc.protocol
public import irc.protocol : IrcUser;
std.socket
public import std.socket : InternetAddress;

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.

Meta