]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/newconf.c
Add the +J channelmode and config options, though they don't do anything yet.
[irc/rqf/shadowircd.git] / src / newconf.c
index 482fd450e3e5860157118cf2d27a165186665387..9488ba518136452912004cc4aa0c04848f787279 100644 (file)
@@ -2226,6 +2226,7 @@ static struct ConfEntry conf_channel_table[] =
        { "use_knock",          CF_YESNO, NULL, 0, &ConfigChannel.use_knock             },
        { "use_forward",        CF_YESNO, NULL, 0, &ConfigChannel.use_forward           },
        { "resv_forcepart",     CF_YESNO, NULL, 0, &ConfigChannel.resv_forcepart        },
+       { "kick_no_rejoin_time", CF_INT,  NULL, 0, &ConfigChannel.kick_no_rejoin_time   },
        { "\0",                 0,        NULL, 0, NULL }
 };