From d55c9c19aba323053fc681c003170c980ddea633 Mon Sep 17 00:00:00 2001 From: tpltnt Date: Fri, 14 Feb 2014 12:06:09 +0100 Subject: [PATCH] package description added --- irc.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/irc.go b/irc.go index a123c69..1e5bb26 100644 --- a/irc.go +++ b/irc.go @@ -2,6 +2,13 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +/* +This package provides an event based IRC client library. It allows to +register callbacks for the events you need to handle. Its features +include handling standard CTCP, reconnecting on errors and detecting +stones servers. +*/ + package irc import (