Catches ConfigError and prints its message rather than letting it bubble up to the command handler as an uncaught exception. This means that instead of seeing "An internal error occurred...", command senders now see the underlying error message, as well as a short message telling them to fix the error in the config-file and reload. Closes #599