ircclient.net.client

Undocumented in source.

Public Imports

dlangui.core.asyncsocket
public import dlangui.core.asyncsocket;
Undocumented in source.

Members

Classes

IRCAddress
class IRCAddress
Undocumented in source.
IRCChannel
class IRCChannel
Undocumented in source.
IRCClient
class IRCClient

IRC Client connection implementation

IRCMessage
class IRCMessage

IRC message

IRCUser
class IRCUser
Undocumented in source.
UserList
class UserList
Undocumented in source.

Enums

IRCCommand
enum IRCCommand
Undocumented in source.

Functions

findCommandId
IRCCommand findCommandId(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
parseDelimitedParameter
string parseDelimitedParameter(string s, char delimiter)

utility function to get first space delimited parameter from string

Interfaces

IRCClientCallback
interface IRCClientCallback
Undocumented in source.

Meta