diff options
author | Wim <wim@42.be> | 2017-11-08 22:47:18 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2017-11-08 22:47:18 +0100 |
commit | e3131541346e49f7f1f789f30c3262421d462458 (patch) | |
tree | 8001cd0766f60ad935da8e18de7f7e97aabed1e6 /vendor/github.com/lrstanley/girc/doc.go | |
parent | 27e94c438d370c77aa3b2634b615ffafe1828310 (diff) | |
download | matterbridge-msglm-e3131541346e49f7f1f789f30c3262421d462458.tar.gz matterbridge-msglm-e3131541346e49f7f1f789f30c3262421d462458.tar.bz2 matterbridge-msglm-e3131541346e49f7f1f789f30c3262421d462458.zip |
Vendor github.com/lrstanley/girc
Diffstat (limited to 'vendor/github.com/lrstanley/girc/doc.go')
-rw-r--r-- | vendor/github.com/lrstanley/girc/doc.go | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/github.com/lrstanley/girc/doc.go b/vendor/github.com/lrstanley/girc/doc.go new file mode 100644 index 00000000..e46a41aa --- /dev/null +++ b/vendor/github.com/lrstanley/girc/doc.go @@ -0,0 +1,12 @@ +// Package girc provides a high level, yet flexible IRC library for use with +// interacting with IRC servers. girc has support for user/channel tracking, +// as well as a few other neat features (like auto-reconnect). +// +// Much of what girc can do, can also be disabled. The goal is to provide a +// solid API that you don't necessarily have to work with out of the box if +// you don't want to. +// +// See the examples below for a few brief and useful snippets taking +// advantage of girc, which should give you a general idea of how the API +// works. +package girc |