lukevers / kittens

A scriptable IRC bot hub written in Go with Lua plugins
MIT License
83 stars 10 forks source link

Replace fluffle/goirc lib with custom IRC connection/line code #41

Closed lukevers closed 10 years ago

lukevers commented 10 years ago

It's been brought to my attention that I should really just write my own since it's not going to take a lot of code and there will be much more flexibility. Also fluffle/goirc has not been updated in over a year.

zackkitzmiller commented 10 years ago

I'm not sure if this is a great idea. It might be a better idea to just fork fluffle/goirc and go from there. It seems pretty complete. I'd also offer that IRC hasn't really changed in 20 years, so a year old client is probably about as recent as it gets.

lukevers commented 10 years ago

Actually, it looks like fluffle/goirc has a master branch that is maintained instead of the go1 branch which is default. I'm going to look into that.

zackkitzmiller commented 10 years ago

Cool. I just don't wanna make more work for you than necessary. Seems like writing your own client would just add complexity.