]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_info.c
Do not install ban .conf files (like kline.conf, rsv.conf, etc) as they aren't used...
[irc/rqf/shadowircd.git] / modules / m_info.c
index 1491180b2cd7d05d66efd7a5fef06787e39afda7..dd14294328589a824023db00c33a6551b4be9f51 100644 (file)
@@ -625,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,
@@ -649,6 +655,12 @@ 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,