view doc/html/guide/03-config-format/01-basics.md @ 203:c26754e419c4

Irccd: rename RemoteCommand to Command
author David Demelier <markand@malikania.fr>
date Thu, 09 Jun 2016 13:50:55 +0200
parents 8384df86e195
children
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