# Functions
Client takes a Config struct and returns a new Conn ready to have handlers added and connect to a server.
Because networks limit nick lengths, the easy approach of appending an '_' to a nick that is already in use can cause problems.
NewConfig creates a Config struct containing sensible defaults.
ParseLine creates a Line from an incoming message from the IRC server.
SimpleClient creates a new Conn, passing its arguments to NewConfig.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
HandlerFunc allows a bare function with this signature to implement the Handler interface.