Reload

Notifies the node that the hub's reloadeable settings have been reloaded and that the node should also reload its resources (for example plugin's settings). The fields of the packet may be empty if not updated during the reload.

Members

Mixins

__anonymous
mixin IO!(displayName, motds, language, acceptedLanguages, additionalJSON)
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
acceptedLanguages
string[] acceptedLanguages;
additionalJSON
JSONValue additionalJSON;
displayName
string displayName;

Display name of the server in the same format as HubInfo's displayName field.

language
string language;

Main language of the server in the same format as HubInfo's language field.

motds
string[ubyte] motds;

New MOTDs (message of the day) for the supported games.

Meta