Plugin

A plugin loaded on the node. It may be used by the hub to display the plugins loaded on the server in queries.

Members

Functions

decode
void decode(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
void encode(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

FIELDS
enum string[] FIELDS;
Undocumented in source.
name
string name;

Name of the plugin.

vers
string vers;

Version of the plugin, usually in the format major.minor[.release] [alpha|beta].

Meta