irc-go/doc.go

17 lines
631 B
Go
Raw Normal View History

2016-01-16 23:58:34 +00:00
// written by Daniel Oaks <daniel@danieloaks.net>
// released under the ISC license
2016-01-16 23:58:34 +00:00
/*
2017-06-15 16:21:10 +00:00
Package goshuirc has useful, self-contained packages that help with IRC
2016-01-18 09:12:03 +00:00
development. These packages are split up so you can easily choose which ones to
use while ignoring the others, handling things like simplifying formatting
codes, parsing and creating raw IRC lines, and event management.
2016-01-16 23:58:34 +00:00
2016-01-18 04:18:38 +00:00
An example bot that uses these packages can be found here:
https://gist.github.com/DanielOaks/cbbc957e8dba39f59d9e
These packages are in their early stages. For the status of each package, see
2016-01-18 09:12:03 +00:00
the documentation for that package.
2016-01-16 23:58:34 +00:00
*/
2017-06-15 16:21:10 +00:00
package goshuirc