]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Channel autojoin: Add missing variable in --configtest output
authorAlexander Barton <alex@barton.de>
Sun, 17 Sep 2023 18:27:14 +0000 (20:27 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 17 Sep 2023 18:27:14 +0000 (20:27 +0200)
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);
        }