Kameloso.this

No-param constructor used in unit tests.

Take the address of the global settings struct at the very least. Unsure if we really need it but just in case, save ourselves an unexpected null pointer dereference.

  1. this(string[] args)
  2. this()
    class Kameloso
    version(unittest)
    @safe
    this
    ()