diff options
author | Grant Shangreaux <shshoshin@protonmail.com> | 2019-10-04 13:16:33 -0500 |
---|---|---|
committer | Grant Shangreaux <shshoshin@protonmail.com> | 2019-10-04 13:16:33 -0500 |
commit | 58f698906747f5285ce6f6344eea96e05a6931a6 (patch) | |
tree | 8dc4ca0b56266672cc2e826a3c218c2911849e2e /package.lisp | |
parent | b98b2f23185980df0592ada3631886d6e31834ce (diff) |
Clean: *room-id* special var refactoring handle-event generic
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.
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp index c88d8f6..0368c9c 100644 --- a/package.lisp +++ b/package.lisp @@ -88,4 +88,6 @@ #:start #:stop + ;; special variables + #:*room-id* )) |