repo: ngircd action: commit revision: path_from: revision_from: a7f448e713370c606fbad2a2f1fadef467638387: path_to: revision_to:
commit a7f448e713370c606fbad2a2f1fadef467638387 Author: Alexander BartonDate: 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
--- 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-----