From 6928461fc897442cd19d394503f30f78f3b2bbe6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 22 Nov 2020 23:29:00 +0000 Subject: [PATCH] bugs done Signed-off-by: Ian Jackson --- src/bin/daemon-otter.rs | 2 -- src/bin/otter.rs | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bin/daemon-otter.rs b/src/bin/daemon-otter.rs index 56e47f6f..ee5b4ad8 100644 --- a/src/bin/daemon-otter.rs +++ b/src/bin/daemon-otter.rs @@ -36,9 +36,7 @@ const RESOURCES : &[(&'static str, ResourceLocation, ContentType)] = &[ ("wasm.js", RL::Wasm("otter_wasm.js"), ContentType::JavaScript), ]; -// xxx trying to rejoin game just gives NickCollision, should be idempotent // xxx need remove game from cli -// xxx need reset access from cli #[derive(Debug)] struct CheckedResourceLeaf { diff --git a/src/bin/otter.rs b/src/bin/otter.rs index 36d9a71a..b885a46e 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -299,7 +299,7 @@ fn main() { MapStore(|s| Ok(Some( FixedToken { token: RawToken(s.to_string()) }.into() ))), - "use fixed game access token TOKEN (for administrators, with --super, only)" + "use fixed game access token TOKEN (for administrators, with --super, only; only \`reset', not \`redelivery', of tokens is possible)" ); access.add_option(&["--no-access-token"], StoreConst(Some(PlayerAccessUnset.into())), -- 2.30.2