shizmob / pydle

An IRCv3-compliant Python 3 IRC library.
BSD 3-Clause "New" or "Revised" License
154 stars 48 forks source link

Enable RplWhoisHostSupport implementation #156

Closed kenneaal closed 3 years ago

kenneaal commented 3 years ago

The 0.9.4 version of Pydle implements RplWhoisHostSupport, but does not actually enable it, neither as a featurize()able module or as part of the standard client. This PR adds RplWhoisHostSupport to the default, full featured client and leaves it out in the Lite client.