catbase/bot
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.go Fixed bugs found on initial unveiling in beers and the handler code. 2013-05-06 01:11:45 -04:00
handlers.go Fixed bugs found on initial unveiling in beers and the handler code. 2013-05-06 01:11:45 -04:00