Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #1094: Don't throw when disabled socks config missing
ca85ac6 Don't throw when disabled socks config missing (Daniel McNally) Pull request description: Previously, the default config file generated by JM causes an error due to not having `socks5_host` and `socks5_port`, which are commented out since `socks5` is disabled by default. This commit makes those fields optional when `socks5` is not set to `true` in the config. It also makes `socks5` default to `false` if it is not specified in the config for a given IRC server. ACKs for top commit: kristapsk: re-ACK ca85ac6 Tree-SHA512: eb33298573c684f5f845bafbec41f37f89c46431d7b5e94f9341c92563dfbfb9146e277f19a2fa4844e57fb6d8accab51340472c5ae6e73097b62a98f5c2afc5
- Loading branch information