]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Add hide_channel_below_users value to m_info.
authorJD Horelick <redacted>
Sat, 10 Jul 2010 09:01:23 +0000 (05:01 -0400)
committerJD Horelick <redacted>
Sat, 10 Jul 2010 09:01:23 +0000 (05:01 -0400)
modules/m_info.c

index 4b4324949b04b4f6c2093fdc5e2a92b055f6f963..1491180b2cd7d05d66efd7a5fef06787e39afda7 100644 (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,