From: Ian Jackson Date: Fri, 6 Nov 2020 23:56:27 +0000 (+0000) Subject: wip cli for new accounts X-Git-Tag: otter-0.2.0~552 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ee93fbe01500dc37e835609006c62804f52d1c4e;p=otter.git wip cli for new accounts Signed-off-by: Ian Jackson --- diff --git a/src/bin/otter.rs b/src/bin/otter.rs index 01e2aec8..8a05757b 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -397,7 +397,7 @@ fn setup_table(ma: &MainOpts, chan: &mut ConnForGame, if ma.verbose >= 1 { eprintln!("removing old player {:?}", &nick); } - insns.push(Insn::RemovePlayer(st.id)); + insns.push(Insn::RemovePlayer { player: st.id }); } let mut added_players = HashSet::new();