aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
530 stars 97 forks source link

Improve Error-Handling in Config #98

Closed Jokler closed 6 years ago

Jokler commented 6 years ago

https://github.com/aatxe/irc/blob/e3c93e72f2b9c40f950c01143e21d5e2fc1fdd73/src/client/data/config.rs#L308-L314

This will panic if it is not possible to resolve the address even though that is probably a user error.