WildPHP / irc-bot

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

Fix secure connection support #169

Closed NanoSector closed 3 years ago

NanoSector commented 3 years ago

The bot was wrapping the plain connector in a SecureConnector instance; however, ReactPHP was already doing this internally. As a result the set options were not passed to the secure connector.