From 7c96d05d11d777cd757bbace5554ca114ad7cf8c Mon Sep 17 00:00:00 2001 From: tpltnt Date: Fri, 14 Feb 2014 16:13:17 +0100 Subject: [PATCH] CTCP spec linked --- irc.go | 1 + 1 file changed, 1 insertion(+) diff --git a/irc.go b/irc.go index 5e8455d..4e13886 100644 --- a/irc.go +++ b/irc.go @@ -13,6 +13,7 @@ https://tools.ietf.org/html/rfc2810 https://tools.ietf.org/html/rfc2811 https://tools.ietf.org/html/rfc2812 https://tools.ietf.org/html/rfc2813 +The details of the client-to-client protocol (CTCP) can be found here: http://www.irchelp.org/irchelp/rfc/ctcpspec.html */ package irc