From: Christian Heller Date: Thu, 3 Apr 2014 02:50:36 +0000 (+0200) Subject: Make client's commandDB reading use new parsing / config file format. X-Git-Tag: tce~784 X-Git-Url: https://plomlompom.com/repos/foo.html?a=commitdiff_plain;ds=sidebyside;h=6245b251886853269262bc77d0f0378c28e241bc;hp=6245b251886853269262bc77d0f0378c28e241bc;p=plomrogue Make client's commandDB reading use new parsing / config file format. Those new parsing methods are outsourced from src/server/configfile.c to src/common/parse_file.c. CommandDB file parsing now also checks against doubly declared commands. ---