DServer

Undocumented in source.

Constructors

this
this(DConfig config)

Undocumented in source.

Members

Functions

addChannel
void addChannel(DConnection causer, DChannel channel)

Undocumented in source. Be warned that the author may not have intended to support it.

addConnection
void addConnection(DConnection connection)

Undocumented in source. Be warned that the author may not have intended to support it.

channelExists
bool channelExists(string channelName)

Undocumented in source. Be warned that the author may not have intended to support it.

findUser
DConnection findUser(string username)

Returns the DConnection with the matching username, null if not found

getChannel
DChannel getChannel(DConnection causer, string channelName)

Undocumented in source. Be warned that the author may not have intended to support it.

getChannelByName
DChannel getChannelByName(string channelName)

Undocumented in source. Be warned that the author may not have intended to support it.

getChannels
DChannel[] getChannels()

Undocumented in source. Be warned that the author may not have intended to support it.

getConfig
DConfig getConfig()

Undocumented in source. Be warned that the author may not have intended to support it.

getConnections
DConnection[] getConnections()

Undocumented in source. Be warned that the author may not have intended to support it.

getServerInfo
string getServerInfo()

Undocumented in source. Be warned that the author may not have intended to support it.

removeConnection
void removeConnection(DConnection connection)

Undocumented in source. Be warned that the author may not have intended to support it.

Meta