view doc/procs/30.options.md @ 0:1158cffe5a5e

Initial import
author David Demelier <markand@malikania.fr>
date Mon, 08 Feb 2016 16:43:14 +0100
parents
children fe9854a09ee7
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.