From: Ian Jackson Date: Sun, 6 Sep 2020 01:00:35 +0000 (+0100) Subject: put this one off X-Git-Tag: otter-0.2.0~1001 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4c7aee17d45fc3a3abb14adf419be60f087ce006;p=otter.git put this one off --- diff --git a/src/commands.rs b/src/commands.rs index 2fbc49e0..902d3aab 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -8,7 +8,7 @@ pub enum MgmtCommand { CreateGame { name: String, insns: Vec }, ListGames { all: Option, }, AlterGame { - // xxx option scope, access control + // todo option scope, access control name: String, insns: Vec, how: MgmtGameUpdateMode, },