view tests/data/irccdctl.conf @ 680:900ca2f95838

Irccd: do not allow multiple server with same name
author David Demelier <markand@malikania.fr>
date Thu, 12 Apr 2018 20:45:02 +0200
parents 7ed23c858694
children
line wrap: on
line source

[connect]
type = "unix"
path = "@CMAKE_BINARY_DIR@/tmp/irccd.sock"

# vim: ft=cfg: