From 58f698906747f5285ce6f6344eea96e05a6931a6 Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Fri, 4 Oct 2019 13:16:33 -0500 Subject: 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. --- package.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.lisp') 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* )) -- cgit v1.2.3