From 191a27fd142af7a14ca6ad1abcd293f09e63f6ad Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Mon, 13 Oct 2025 05:21:41 +0300 Subject: Move serializing stuff from bot/impl to a new file --- src/main.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.lisp') diff --git a/src/main.lisp b/src/main.lisp index a113ab0..d418b78 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -6,8 +6,9 @@ (:import-from :anaphora :acond :awhen :it) (:import-from :log) (:import-from :swank) - (:import-from :ukkoclot/bot :make-bot :bot-power-on :fixup-value) + (:import-from :ukkoclot/bot :make-bot :bot-power-on) (:import-from :ukkoclot/db :with-db) + (:import-from :ukkoclot/serializing :fixup-value) (:import-from :ukkoclot/strings :escape-xml :is-tg-whitespace-str :starts-with :starts-with-ignore-case) (:local-nicknames (:jzon :com.inuoe.jzon)) -- cgit v1.2.3