settings

A CoreSettings struct global, housing certain runtime settings.

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

CoreSettings settings;