lmao probably don't use this your computer may explode
Go to file
2016-11-13 04:17:48 -05:00
example first commit 2016-11-13 03:30:43 -05:00
.travis.yml first commit 2016-11-13 03:30:43 -05:00
callback.go first commit 2016-11-13 03:30:43 -05:00
conn.go first commit 2016-11-13 03:30:43 -05:00
contants.go first commit 2016-11-13 03:30:43 -05:00
event.go first commit 2016-11-13 03:30:43 -05:00
helpers.go first commit 2016-11-13 03:30:43 -05:00
LICENSE first commit 2016-11-13 03:30:43 -05:00
main.go correct logging. 2016-11-13 04:17:48 -05:00
README.md update codebeat badge, add exampels link 2016-11-13 03:36:02 -05:00
sender.go first commit 2016-11-13 03:30:43 -05:00
state.go first commit 2016-11-13 03:30:43 -05:00

girc is a flexible IRC library for Go

Build Status GitHub Issues GoDoc codebeat badge Go Report Card

Features

  • Focuses on simplicity, yet tries to still be flexible
  • Only requires standard packages
  • Event based triggering/responses
  • Documentation is actively being worked on

Installing

$ go get -u github.com/Liamraystanley/girc

Examples

See girc/examples/ for some examples.