package description added

This commit is contained in:
tpltnt 2014-02-14 12:06:09 +01:00
parent 32f96cb2c8
commit d55c9c19ab

7
irc.go
View File

@ -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 (