aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-01-18 10:58:36 -0600
committerNathan Ringo <nathan@remexre.com>2024-01-18 10:58:36 -0600
commit00d0bfced902e97eeae5257c14134d4bc7efc710 (patch)
treeee026f328614e03aec3ed373d9f2e6c8e255f834 /src/bin
parent7017762a4a38266aa88976be141f7bd663647edc (diff)
Commands to interact with discocaml, associated IPC.
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/lambo.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/lambo.rs b/src/bin/lambo.rs
index f446308..6b5f349 100644
--- a/src/bin/lambo.rs
+++ b/src/bin/lambo.rs
@@ -58,6 +58,10 @@ async fn main() -> Result<()> {
// Create the handlers.
let handler = MultiHandler(vec![
+ Box::new(Commands {
+ config: config.commands,
+ db: db.clone(),
+ }),
Box::new(PresenceSetter),
Box::new(X500Mapper {
config: Arc::new(config.x500_mapper),