diff options
| author | 2025-10-10 12:30:46 +0300 | |
|---|---|---|
| committer | 2025-10-10 12:30:46 +0300 | |
| commit | b4c1f66e1631f40d8a7d0f80523470677a91381f (patch) | |
| tree | ef3aa478cfca05dc27e0777f9c42813d4268e54a /src/tg-types/bot-name.lisp | |
| parent | Add a helper reply-message function (diff) | |
| download | ukkoclot-b4c1f66e1631f40d8a7d0f80523470677a91381f.tar.gz ukkoclot-b4c1f66e1631f40d8a7d0f80523470677a91381f.tar.xz ukkoclot-b4c1f66e1631f40d8a7d0f80523470677a91381f.zip | |
Bunch of changes
- Animations
- Rewrite of serialization deserialization
- Bunch of new TG types
Diffstat (limited to 'src/tg-types/bot-name.lisp')
| -rw-r--r-- | src/tg-types/bot-name.lisp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tg-types/bot-name.lisp b/src/tg-types/bot-name.lisp index 385b91c..b42765c 100644 --- a/src/tg-types/bot-name.lisp +++ b/src/tg-types/bot-name.lisp | |||
| @@ -3,11 +3,11 @@ | |||
| 3 | (defpackage :ukkoclot/tg-types/bot-name | 3 | (defpackage :ukkoclot/tg-types/bot-name |
| 4 | (:use :c2cl :ukkoclot/tg-types/macros) | 4 | (:use :c2cl :ukkoclot/tg-types/macros) |
| 5 | (:export | 5 | (:export |
| 6 | bot-name bot-name-p | 6 | #:bot-name |
| 7 | 7 | #:make-bot-name | |
| 8 | hash->bot-name make-bot-name parse-bot-name-array | 8 | #:bot-name-p |
| 9 | 9 | #:copy-bot-name | |
| 10 | bot-name-name)) | 10 | #:bot-name-name)) |
| 11 | (in-package :ukkoclot/tg-types/bot-name) | 11 | (in-package :ukkoclot/tg-types/bot-name) |
| 12 | 12 | ||
| 13 | (define-tg-type bot-name | 13 | (define-tg-type bot-name |