Go to file
Chris Sexton a71e743e79 Fixed bugs found on initial unveiling in beers and the handler code.
Beers now counts correctly and does not die when it can't find a user. The code
for nonexistant users was bogus and the code for setting beers was not counting
dates.

Handlers were not breaking after finding users (linear scan, ack). This should
probably be switched to a map[string]user type.
2013-05-06 01:11:45 -04:00
bot Fixed bugs found on initial unveiling in beers and the handler code. 2013-05-06 01:11:45 -04:00
config Massive improvements to the remember plugin, fixed some help issues, added ACTION parsing. 2013-05-06 01:11:45 -04:00
plugins Fixed bugs found on initial unveiling in beers and the handler code. 2013-05-06 01:11:45 -04:00
.hgignore Initial revision of the godeepintir bot. This is a revised version of deepintir, 2013-05-06 01:11:44 -04:00
config.json Massive improvements to the remember plugin, fixed some help issues, added ACTION parsing. 2013-05-06 01:11:45 -04:00
main.go Massive improvements to the remember plugin, fixed some help issues, added ACTION parsing. 2013-05-06 01:11:45 -04:00
version.go Added help command as a general builtin and created some record of the version 2013-05-06 01:11:44 -04:00