]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_info.c
Borrow some ircd-seven code to create channel::use_local_channels.
[irc/rqf/shadowircd.git] / modules / m_info.c
index 160fae5a5cf52b4efe45e7d2b5717208bedad5ba..a8ce27f6f04e6b4e1bd248465196d5c0c247506d 100644 (file)
@@ -608,6 +608,12 @@ static struct InfoStruct info_table[] = {
                &ConfigChannel.use_knock,
                "Enable /KNOCK",
        },
+        {
+                "use_local_channels",
+                OUTPUT_BOOLEAN_YN,
+                &ConfigChannel.use_local_channels,
+                "Enable local channels (&channels)"
+        },
        {
                "resv_forcepart",
                OUTPUT_BOOLEAN_YN,