summaryrefslogtreecommitdiff
path: root/examples/shell-echo-bot.lisp
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-09-26 08:34:45 -0500
committerBoutade <thegoofist@protonmail.com>2019-09-26 08:34:45 -0500
commitc13c3fa4d6a3cd7604f9e9a1009415fb672d0f72 (patch)
tree4392bf71d3a0ba0b756bec5dcb9ea327f873e57e /examples/shell-echo-bot.lisp
parent61d66a9cd09ad3c01f97f2fc5abc98505258eb9c (diff)
created auto-joiner to respond to invites
Diffstat (limited to 'examples/shell-echo-bot.lisp')
-rw-r--r--examples/shell-echo-bot.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/shell-echo-bot.lisp b/examples/shell-echo-bot.lisp
index 2e4167c..f607295 100644
--- a/examples/shell-echo-bot.lisp
+++ b/examples/shell-echo-bot.lisp
@@ -1,7 +1,8 @@
(defclass shell-echo-bot (granolin:client
granolin:message-log
- granolin:server-directory)
+ granolin:server-directory
+ granolin::auto-joiner)
())
(defvar *bot*