]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.c
Channel autojoin: Add missing variable in --configtest output
[ngircd-alex.git] / src / ngircd / conf.c
index 120db21641b671563c365697b3bdd126670ddace..c1968ee0c3079cbcff1218a5f4e66ac61dddf404 100644 (file)
@@ -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);
        }