Add hide_channel_below_users value to m_info.

This commit is contained in:
JD Horelick 2010-07-10 05:01:23 -04:00
parent 9e8efa00d4
commit 713624ed6a
1 changed files with 6 additions and 0 deletions

View File

@ -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,