Add hide_channel_below_users value to m_info.
This commit is contained in:
parent
9e8efa00d4
commit
713624ed6a
|
@ -150,6 +150,12 @@ static struct InfoStruct info_table[] = {
|
|||
&ConfigFileEntry.default_floodcount,
|
||||
"Startup value of FLOODCOUNT",
|
||||
},
|
||||
{
|
||||
"hide_channel_below_users",
|
||||
OUTPUT_DECIMAL,
|
||||
&ConfigFileEntry.hide_channel_below_users,
|
||||
"Hide channels below this many users in standard /LIST output",
|
||||
},
|
||||
{
|
||||
"default_adminstring",
|
||||
OUTPUT_STRING,
|
||||
|
|
Loading…
Reference in New Issue