diff --git a/modules/m_info.c b/modules/m_info.c index 4b43249..1491180 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -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,