Let seek command accept same parameters as match
[capablanca.git] / lasker-2.2.3 / src / command_list.h
index 96b819b..064f961 100644 (file)
@@ -119,7 +119,8 @@ static struct command_type command_list[] = {
   {"revert",            "",     com_revert,     ADMIN_USER },
   {"resign",           "o",    com_resign,     ADMIN_USER },
   {"say",              "S",    com_say,        ADMIN_USER },
-  {"seek",             "pppp", com_seek,       ADMIN_USER },
+//  {"seek",           "pppp", com_seek,       ADMIN_USER },
+  {"seek",             "t",    com_seek,       ADMIN_USER }, // [HGM]
   {"unseek",           "",     com_unseek,     ADMIN_USER },
   {"set",              "wT",   com_set,        ADMIN_USER },
   {"shout",            "T",    com_shout,      ADMIN_USER },