-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for global commands, available at any state.
- Loading branch information
1 parent
1063572
commit a5c3745
Showing
7 changed files
with
109 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,16 @@ | |
:in-order-to ((test-op (test-op "cl-telegram-bot2-tests")))) | ||
|
||
|
||
(defsystem "cl-telegram-bot2/deps" | ||
:description "Utility system to load non-package-inferred systems using package-inferred imports." | ||
:author "Alexander Artemenko <[email protected]>" | ||
:license "MIT" | ||
:homepage "https://40ants.com/cl-telegram-bot/" | ||
:source-control (:git "https://github.com/40ants/cl-telegram-bot") | ||
:bug-tracker "https://github.com/40ants/cl-telegram-bot/issues" | ||
:depends-on ("njson/jzon")) | ||
|
||
|
||
(asdf:register-system-packages "log4cl" '("LOG")) | ||
(asdf:register-system-packages "utilities.print-items" '("PRINT-ITEMS")) | ||
(asdf:register-system-packages "dexador" '("DEX")) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters