ircx icon indicating copy to clipboard operation
ircx copied to clipboard

Basic callback-driven Go IRC bot

Results 2 ircx issues
Sort by recently updated
recently updated
newest added

I am using ircx for https://github.com/kriben/untappdtoirc, and when a reconnect happens no more messages are reported. It is visible in the irc channel that the client reconnects. I was trying...

This builds on top of #32, which should be reviewed first. `go-kit` is a big dependency that is not needed. This uses `logrus` instead which is much more purpose-built and...