summaryrefslogtreecommitdiff
path: root/examples/roshambot.lisp
AgeCommit message (Collapse)Author
2019-10-04Clean: *room-id* special var refactoring handle-event genericGrant Shangreaux
This addresses the conversation in issue #1. I went ahead and created the readme file to document the `*room-id*` variable. Also this commit removes the hardcoded value for the roshamo example bot, and provides a function to create and login your roshambot instead.
2019-09-29prevent attempt to start challenge with unknown userBoutade
2019-09-29roshambo example. each user can be in 1 match at a timeBoutade
2019-09-28added readable-username functionBoutade
2019-09-28ROSHAMBO is working!Boutade
2019-09-27made create-direct-message-roomBoutade
accidentally added roshambot example to this commit