summaryrefslogtreecommitdiff
path: root/src/main.lisp
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-10-13 05:21:41 +0300
committerGravatar Uko Kokņevičs2025-10-13 05:21:41 +0300
commit191a27fd142af7a14ca6ad1abcd293f09e63f6ad (patch)
tree24f7384a9da0bf2d46dd38c9668f1e49ba1866ca /src/main.lisp
parentOupsie (diff)
downloadukkoclot-191a27fd142af7a14ca6ad1abcd293f09e63f6ad.tar.gz
ukkoclot-191a27fd142af7a14ca6ad1abcd293f09e63f6ad.tar.xz
ukkoclot-191a27fd142af7a14ca6ad1abcd293f09e63f6ad.zip
Move serializing stuff from bot/impl to a new file
Diffstat (limited to '')
-rw-r--r--src/main.lisp3
1 files changed, 2 insertions, 1 deletions
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 @@
6 (:import-from :anaphora :acond :awhen :it) 6 (:import-from :anaphora :acond :awhen :it)
7 (:import-from :log) 7 (:import-from :log)
8 (:import-from :swank) 8 (:import-from :swank)
9 (:import-from :ukkoclot/bot :make-bot :bot-power-on :fixup-value) 9 (:import-from :ukkoclot/bot :make-bot :bot-power-on)
10 (:import-from :ukkoclot/db :with-db) 10 (:import-from :ukkoclot/db :with-db)
11 (:import-from :ukkoclot/serializing :fixup-value)
11 (:import-from :ukkoclot/strings :escape-xml :is-tg-whitespace-str :starts-with :starts-with-ignore-case) 12 (:import-from :ukkoclot/strings :escape-xml :is-tg-whitespace-str :starts-with :starts-with-ignore-case)
12 (:local-nicknames 13 (:local-nicknames
13 (:jzon :com.inuoe.jzon)) 14 (:jzon :com.inuoe.jzon))