From 8357b4f8afac790023879ce997ac74b10076a1cf Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sun, 27 May 2018 16:16:54 +0200 Subject: [PATCH] Unfinished doc --- client.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client.go b/client.go index ff012d7..21b959e 100644 --- a/client.go +++ b/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