- 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.
- getMeyer
DMeyer getMeyer()
Undocumented in source. Be warned that the author may not have intended to support it.
- getProperty
string getProperty(string username, string propertyName)
Checks whether the given user has the given
property
- getServerInfo
string getServerInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
- getStatusMessage
string getStatusMessage(string username)
Undocumented in source. Be warned that the author may not have intended to support it.
- isProperty
bool isProperty(string username, string propertyName)
Checks whether the given user has the given
property
- removeConnection
void removeConnection(DConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
- setProperty
void setProperty(string username, string propertyName, string propertyValue)
Set the property of the given user to the given value