coreSettings

A CoreSettings struct global, housing certain runtime settings.

This will be accessed from other parts of the program, via kameloso.common.coreSettings, so they know to use coloured output or not. It is a problem that needs solving.

CoreSettings coreSettings;