From 479b962bf056f313ad6368b6e8582e2979b37216 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 25 May 2011 23:53:22 +0200 Subject: [PATCH] gtp: Add fixed_handicap to list of supported commands --- gtp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtp.c b/gtp.c index 0e40992..9a98400 100644 --- a/gtp.c +++ b/gtp.c @@ -91,6 +91,7 @@ static char *known_commands = "kgs-genmove_cleanup\n" "set_free_handicap\n" "place_free_handicap\n" + "fixed_handicap\n" "final_score\n" "final_status_list\n" "undo\n" -- 2.11.4.GIT