catbase/plugins
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
..
beers.go Fixed bugs found on initial unveiling in beers and the handler code. 2013-05-06 01:11:45 -04:00
plugins.go Added help command as a general builtin and created some record of the version 2013-05-06 01:11:44 -04:00
remember.go Massive improvements to the remember plugin, fixed some help issues, added ACTION parsing. 2013-05-06 01:11:45 -04:00
skeleton.go Added a skeleton plugin (and beers based on that) and improved the help function 2013-05-06 01:11:44 -04:00
talker.go Added help command as a general builtin and created some record of the version 2013-05-06 01:11:44 -04:00