lukevers / kittens

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

Remove Go < 1.3 to fix build, add 1.5 #66

Closed ghost closed 9 years ago

ghost commented 9 years ago

The underlying IRC library (fluffle/goirc), is utilizing tls.DialWithDialer which was introduced in Go 1.3, so, removal of versions before 1.3 should fix the build status. Also, adding 1.5 because why not?

lukevers commented 9 years ago

Hey, thanks! I haven't done anything for kittens in a long time, sadly. I've been so busy :disappointed:, but I'm glad to see someone still wanting to patch it up :+1:

There's a lot of things that I think could be done better, and whenever I get time I think I'll start fixing some of those things (for example: iirc sometimes I check a slice and other times I check the database for information and I'm sure at some point the data doesn't match up)