From d3661705dc49e71f1b2bcfc946cbcd514c9d7bfb Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 22 Jul 2020 15:43:22 +0200 Subject: [PATCH] doc: add example config file in man page --- doc/soju.1.scd | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/soju.1.scd b/doc/soju.1.scd index 3a85f5f..dfd8aaa 100644 --- a/doc/soju.1.scd +++ b/doc/soju.1.scd @@ -63,6 +63,16 @@ be done by adding a "@" suffix to the username. The config file has one directive per line. +Example: + +``` +listen ircs:// +tls cert.pem key.pem +hostname example.org +``` + +The following directives are supported: + *listen* Listening URI (default: ":6697").