view doc/html/guide/03-config-format/01-basics.md @ 0:1158cffe5a5e

Initial import
author David Demelier <markand@malikania.fr>
date Mon, 08 Feb 2016 16:43:14 +0100
parents
children 8384df86e195
line wrap: on
line source

# Configuration file format

Both `irccd` and `irccdctl` use configuration file in a extended [INI][ini] format.

## General syntax

The file syntax has following rules:

1. Each option is stored in a section,
2. Some sections may be redefined multiple times,
3. Empty option must have quotes (e.g. `option = ""`).

[ini]: https://en.wikipedia.org/wiki/INI_file