mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 09:50:29 +00:00
Channel autojoin: Add missing variable in --configtest output
This commit is contained in:
parent
232c7382de
commit
a7f448e713
@ -488,6 +488,7 @@ Conf_Test( void )
|
|||||||
printf(" Key = %s\n", predef_chan->key);
|
printf(" Key = %s\n", predef_chan->key);
|
||||||
printf(" MaxUsers = %lu\n", predef_chan->maxusers);
|
printf(" MaxUsers = %lu\n", predef_chan->maxusers);
|
||||||
printf(" Topic = %s\n", predef_chan->topic);
|
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);
|
printf(" KeyFile = %s\n\n", predef_chan->keyfile);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user