diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |