bnc
bnc copied to clipboard
Rename `listener` to `client`
There are Listeners
which listen for incoming connections which then passes the connection of to a Listener
. 2 different thing with the same name which is confusing. Consider renaming the Listener
that handles the connection to Client
or similar to be more descriptive of what it actually is.