Le jeudi 28 octobre 2010 à 16:11 +0300, Marko Lindqvist a écrit : > I have no access to gna at the moment. If this comment turns out to > be relevant, someone should add it as comment to report.
I don't understand the end... > On 28 October 2010 15:38, Matthias Pfafferodt > <[email protected]> wrote: > > > > Update of bug #16864 (project freeciv): > > > * remove cut_comment(); comments are not allowed on the command line > > But are comments still allowed in scripts used by "read" command or > as commandline parameter -r? > They must be. Comments are still allowed but in whole line only, no appended to a command line. So: # Comment is allowed /list players # Comment is disallowed. The idea is to allow the character '#' in the command line, notably to treat colors in a format such as '#rrggbb'. _______________________________________________ Freeciv-dev mailing list [email protected] https://mail.gna.org/listinfo/freeciv-dev
