Skip to content

Add support for binding to a specific local address and port

Lee Starnes requested to merge lstarnes/PyIRC:add-bind into master

This adds a new argument, bindport, which is a tuple of (address, port) to bind to when making a connection. It can be useful for supporting vhosts.

Merge request reports