From a7f448e713370c606fbad2a2f1fadef467638387 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 17 Sep 2023 20:27:14 +0200 Subject: [PATCH] Channel autojoin: Add missing variable in --configtest output --- src/ngircd/conf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c index 120db216..c1968ee0 100644 --- a/src/ngircd/conf.c +++ b/src/ngircd/conf.c @@ -488,6 +488,7 @@ Conf_Test( void ) printf(" Key = %s\n", predef_chan->key); printf(" MaxUsers = %lu\n", predef_chan->maxusers); printf(" Topic = %s\n", predef_chan->topic); + printf(" Autojoin = %s\n", yesno_to_str(predef_chan->autojoin)); printf(" KeyFile = %s\n\n", predef_chan->keyfile); } -- 2.39.2