From 713624ed6a7e1b87594783b478bcd7806685335d Mon Sep 17 00:00:00 2001 From: JD Horelick Date: Sat, 10 Jul 2010 05:01:23 -0400 Subject: [PATCH] Add hide_channel_below_users value to m_info. --- modules/m_info.c | 6 ++++++ 1 file changed, 6 insertions(+) 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,