From cd286ef1302a2b6ce3aa591432de315f8e561948 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Sat, 29 Sep 2012 23:05:33 +0200 Subject: [PATCH] Preconfigure -icsNames in xboard.conf Although XBoard has no startup dialog with an ICS combobox, the -icsNames option is now used to select lines from with the -is option, and in interpretation of positional arguments. The most common ICS are configured together with a short nickname, so that commands like "xboard fics" will work. --- xboard.conf.in | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/xboard.conf.in b/xboard.conf.in index 12851e9..b17b2c4 100644 --- a/xboard.conf.in +++ b/xboard.conf.in @@ -84,6 +84,13 @@ -materialDraws true -trivialDraws false ; +; preconfigure some ICS nams, for use with -is option +; +-icsNames {"fics" -icshost freechess.org -icshelper timeseal +"icc" -icshost chessclub.com -icshelper timestamp +"kc" -icshost alanimus.com -icshelper timeseal +} +; ; Configure the ICS text menu ; -icsMenu {Give me;ptell Please give me $input; -- 1.7.0.4