Browse Source

Unfinished doc

master
Gisle Aune 6 years ago
parent
commit
8357b4f8af
  1. 3
      client.go

3
client.go

@ -28,7 +28,8 @@ var supportedCaps = []string{
"userhost-in-names",
}
// ErrNoConnection is returned if
// ErrNoConnection is returned if you try to do something requiring a connection,
// but there is none.
var ErrNoConnection = errors.New("irc: no connection")
// A Client is an IRC client. You need to use New to construct it

Loading…
Cancel
Save