From 6fe955e7ff21d66d7b7a742842eda3ab069ef823 Mon Sep 17 00:00:00 2001 From: delthas Date: Fri, 20 Jan 2023 15:54:30 +0100 Subject: [PATCH] Listen on the default unix admin endpoint in the default configuration This preserves the previous behavior of *not* enabling any unix+admin endpoint for developement purposes, but enables it in the default configuration installed by the Makefile. --- config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.in b/config.in index 78bbc66..e75ef07 100644 --- a/config.in +++ b/config.in @@ -1,2 +1,4 @@ db sqlite3 /var/lib/soju/main.db message-store fs /var/lib/soju/logs/ +listen ircs:// +listen unix+admin://