From 53b2725935447b3a57e0c3381155f5a0fbf395f8 Mon Sep 17 00:00:00 2001 From: Boutade Date: Wed, 25 Sep 2019 10:25:22 -0500 Subject: added basic logging example --- examples/shell-echo-bot.lisp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/shell-echo-bot.lisp (limited to 'examples') diff --git a/examples/shell-echo-bot.lisp b/examples/shell-echo-bot.lisp new file mode 100644 index 0000000..f7bca56 --- /dev/null +++ b/examples/shell-echo-bot.lisp @@ -0,0 +1,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*)) + + + + -- cgit v1.2.3