kameloso.common

Various common definitions and global variables.

Members

Aliases

settings
deprecated alias settings = coreSettings

Deprecated alias to coreSettings.

Static variables

globalAbort
bool globalAbort;

Abort flag.

globalHeadless
bool globalHeadless;

Headless flag.

Structs

OutgoingLine
struct OutgoingLine

A string to be sent to the IRC server, along with whether the message should be sent quietly or if it should be displayed in the terminal.

Variables

coreSettings
CoreSettings coreSettings;

A CoreSettings struct global, housing certain runtime settings.

logger
KamelosoLogger logger;

Instance of a KamelosoLogger, providing timestamped and coloured logging.

See Also

Meta