summaryrefslogtreecommitdiff
path: root/examples/shell-echo-bot.lisp
blob: f7bca569ab54be83bff9bb9e98ba9bfa64d72349 (plain)
1
2
3
4
5
6
7
8
9
10

(defclass shell-echo-bot (granolin:client granolin::message-log) ())

(defvar *bot* (make-instance 'shell-echo-bot
                             :homeserver "https://matrix.hrlo.world"
                             :output *standard-output*))