Connection

Undocumented in source.

Constructors

this
this(GUI gui, Address address, string[] auth)
Undocumented in source.

Members

Functions

addChannel
void addChannel(Channel newChannel)

Adds the given channel to the tarcking list

addDirectMessage_unsafe
void addDirectMessage_unsafe(string username)

Opens a new tab for a new direct message

findChannel
Channel findChannel(string channelName)

Attempts to find the Channel object you are looking for

findUser
User findUser(string username)

Attempts to find the User object you are looking for

getClient
DClient getClient()
Undocumented in source. Be warned that the author may not have intended to support it.
joinChannel
void joinChannel(string channelName)
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta