repo: ngircd
action: commit
revision: 
path_from: 
revision_from: a7f448e713370c606fbad2a2f1fadef467638387:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit a7f448e713370c606fbad2a2f1fadef467638387
Author: Alexander Barton 
Date:   Sun Sep 17 20:27:14 2023 +0200

    Channel autojoin: Add missing variable in --configtest output

diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c
index 120db21641b671563c365697b3bdd126670ddace..
index ..c1968ee0c3079cbcff1218a5f4e66ac61dddf404 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);
 	}

-----END OF PAGE-----