jaraco / irc

Full-featured Python IRC library for Python.
MIT License
392 stars 87 forks source link

typo in code #6

Closed jaraco closed 8 years ago

jaraco commented 8 years ago

ServerConnection.connect() calls connect_factory.use_legacy_params(), but Factory class only has from_legacy_params()


jaraco commented 8 years ago

Call the correct method name 'from_legacy_params'. Fixes #6.

→ <>


Original comment by: Jason R. Coombs

jaraco commented 8 years ago

Adding test to capture #6

→ <>


Original comment by: Jason R. Coombs