WildPHP / irc-bot

A simple and modular PHP IRC bot
MIT License
84 stars 24 forks source link

Simplify ConnectionDetails::fromArray #165

Closed NanoSector closed 3 years ago

NanoSector commented 3 years ago

Remove the seemingly arbitrary check for the connection root key and instead just pass the connection array directly to the method.

This also prevents us from passing the entire configuration tree into the method which in turn should fix #160 .