summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/shell-echo-bot.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/shell-echo-bot.lisp b/examples/shell-echo-bot.lisp
index 6cd9f1b..a73a174 100644
--- a/examples/shell-echo-bot.lisp
+++ b/examples/shell-echo-bot.lisp
@@ -11,7 +11,7 @@
;; a script to login if necessary, and then start the bot
-(unless (access-token *bot*)
+(unless (granolin:logged-in-p *bot*)
(princ "Log in to the server:")
(terpri)
(granolin:login *bot*
@@ -19,4 +19,4 @@
(and (princ "password: ") (read-line))))
-(start *bot*)
+(granolin:start *bot*)