view doc/procs/30.options.md @ 76:7e9a1faeb6f6

CMake: temporarily disable CMake export as it requires Ph.D
author David Demelier <markand@malikania.fr>
date Wed, 30 Mar 2016 14:17:23 +0200
parents fe9854a09ee7
children
line wrap: on
line source

Irccdctl configuration file (irccdctl.conf)
===========================================

This file describes how to add new options in the irccdctl configuration file.

# Current options

## general

  - **verbose**: (bool) enable verbose message (Optional, default: false).

## connect

  - **type**: (string) type of listener "ip" or "unix".

The options for **internet** type:

  - **host**: (string) host to connect,
  - **port**: (int) port number,
  - **family**: (string) internet family: ipv6 or ipv4 (Optional, default: ipv4).

The options for **unix** type:

  - **path**: (string) the file path to the socket.