From 0a40f9505e8eff318237241e99883963aa0d92ef Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 18 Nov 2020 22:52:25 +0000 Subject: [PATCH] new runes Signed-off-by: Ian Jackson --- demo/test.table.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/demo/test.table.toml b/demo/test.table.toml index c11b01af..575d4a7a 100644 --- a/demo/test.table.toml +++ b/demo/test.table.toml @@ -9,10 +9,12 @@ timezone = "Europe/London" [[players]] account_glob = "server:*" -# USER=rustcargo target/debug/otter --config ~ian/Rustup/Game/server/server.toml --account server: reset --reset-table ~ian/Rustup/Game/server/demo/test.table.toml dummy ~ian/Rustup/Game/server/demo/test.game.toml +# USER=rustcargo target/debug/otter --config ~ian/Rustup/Game/server/server.toml --account server: reset --reset-table ~ian/Rustup/Game/server/demo/test.table.toml server::dummy ~ian/Rustup/Game/server/demo/test.game.toml -# USER=rustcargo target/debug/otter --config ~ian/Rustup/Game/server/server.toml --super --fixed-token kmqAKPwK4TfReFjMor8MJhdRPBcwIBpe --account server:alice --game-name-account server: join-game dummy +# USER=rustcargo target/debug/otter --config ~ian/Rustup/Game/server/server.toml --super --fixed-token kmqAKPwK4TfReFjMor8MJhdRPBcwIBpe --account server:alice join-game server::dummy # USER=rustcargo target/debug/otter --config ~ian/Rustup/Game/server/server.toml --account server: library-list wikimedia \* -# USER=rustcargo target/debug/otter --config ~ian/Rustup/Game/server/server.toml --account server: library-add dummy wikimedia chess-\* +# USER=rustcargo target/debug/otter --config ~ian/Rustup/Game/server/server.toml --account server: library-add server::dummy wikimedia chess-\* + +# USER=rustcargo target/debug/otter --config ~ian/Rustup/Game/server/server.toml --account server:carol join-game server::dummy -- 2.30.2