Supported configuration options in the `settings.json` file:
* Server
*`server`: The adress of the server.
*`port`: The used port.
*`ssl`: If SSL should be used (can be `True` or `False`)
*`server-password`: The password for the server. **Note** This is only needed for password protected servers. For user password, see below.
* Proxy
*`proxy`: The proxy adress. If empty, no proxy is used.
*`proxy-port`: The port of the proxy.
*`proxy-user`: The user to authentificate with. _Only needed if athentification is required for the proxy._
*`proxy-passwd`: The password to authentificate with.
* User
*`user`: The username.
*`password`: Password to use when the username is registered.
* Channel
*`channel`: The channel to join.
*`channel-password`: The channel password if required. _**Note** This feature isn't implemented yet._
_Use this only for debuging purpose on the console_
* "Enable irc debug" Enables debug mode. This will print useful information for debugging and **ever** message recived. This includes messages like the `PING` message.
* "Disable irc debug" Disables debug mode and goes back to normal output.