diff options
Diffstat (limited to 'src/main.lisp')
| -rw-r--r-- | src/main.lisp | 3 |
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)) |