lmao probably don't use this your computer may explode
Go to file
2016-11-13 09:28:53 -05:00
example rename Client.Wait() to Client.Loop() 2016-11-13 08:17:41 -05:00
.travis.yml first commit 2016-11-13 03:30:43 -05:00
callback.go implement Client.RunCallbacks() 2016-11-13 09:28:53 -05:00
conn.go potentially fix events being dropped 2016-11-13 05:27:53 -05:00
contants.go first commit 2016-11-13 03:30:43 -05:00
event.go remove indexByte 2016-11-13 09:23:05 -05:00
helpers.go implement Client.RunCallbacks() 2016-11-13 09:28:53 -05:00
LICENSE first commit 2016-11-13 03:30:43 -05:00
main.go implement Client.RunCallbacks() 2016-11-13 09:28:53 -05:00
README.md implement Client.Message() and Client.Messagef() 2016-11-13 08:52:16 -05:00
sender.go first commit 2016-11-13 03:30:43 -05:00
state.go revamp TODO's; add Client.Join() and Client.Part() 2016-11-13 06:44:12 -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 mostly on par

Installing

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

Examples

See girc/examples/ for some examples.