X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/133755685ef38d8f9ac79ac27c4505b9e96f81fd..7d65a051ebef7784e2b76e608f6057ef29ead028:/modules/m_info.c diff --git a/modules/m_info.c b/modules/m_info.c index ca1d626..c8ab7de 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, @@ -619,6 +625,12 @@ static struct InfoStruct info_table[] = { &ConfigChannel.host_in_topic, "Defines whether a topicsetters host or just nick is shown on TOPIC", }, + { + "admin_on_channel_create", + OUTPUT_BOOLEAN_YN, + &ConfigChannel.admin_on_channel_create, + "Give users +ao on channel create", + }, { "use_halfop", OUTPUT_BOOLEAN_YN, @@ -643,12 +655,6 @@ static struct InfoStruct info_table[] = { &ConfigChannel.use_invex, "Enable chanmode +I (invite exceptions)", }, - { - "use_forward", - OUTPUT_BOOLEAN_YN, - &ConfigChannel.use_forward, - "Enable chanmode +f (channel forwarding)", - }, { "use_knock", OUTPUT_BOOLEAN_YN,