Futurism › class › dAmnChatroom
From Botdom Documentation
The dAmnChatroom class is used in the bot's handling of chatrooms on dAmn. Chatrooms are namespaces, and therefore, this class is inherited from the dAmnNs class, and chatrooms only have a few couple of features to add to the features found in dAmnNs. As such, this page will only mention those features which are added, which is privclass handling. For everything else, see the documentation on dAmnNs. However, in code, please always use the dAmnChatroom class for chatrooms, never directly use the dAmnNs class.
Contents |
Additional properties
- dict privclasses — A dictionary of privclasses with order number as key and name as value.
Edited methods
void setProperty(instance property)
Called when we receive a property for this ns, found in property which is expected to be a dAmnProperty object instance. Now also handles privclass properties, and populates the privclass dict with the privclasses it receives.
See also
- For everything else: dAmnNs documentation »

