belak / go-seabird

A simple IRC bot framework
MIT License
13 stars 4 forks source link

Add weight tracking plugin #318

Closed jsvana closed 5 years ago

jsvana commented 5 years ago

Allows users to report weights over time. The idea is to eventually compete against other users.

jsvana commented 5 years ago

Note that right now insertion succeeds, but it fails to update the local sqlite3 db. Would love some input here @belak as you've got more experience with xorm :)

belak commented 5 years ago

As far as I can tell it's because there's no ID, but I don't know for sure.

jsvana commented 5 years ago

This actually works now.