]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_info.c
Added cycle_host_change option.
[irc/rqf/shadowircd.git] / modules / m_info.c
index d3ddb3b88bf5df161fab268f8882cb7633a24fd6..fb5632ef59e4f064db365aa76f0edadf70437ca3 100644 (file)
@@ -548,6 +548,12 @@ static struct InfoStruct info_table[] = {
                &ConfigChannel.only_ascii_channels,
                "Controls whether non-ASCII is disabled for JOIN"
        },
+       {
+               "cycle_host_change",
+               OUTPUT_BOOLEAN_YN,
+               &ConfigChannel.cycle_host_change,
+               "Controls if when a users' host changes, they cycle channels",
+       },
        {
                "use_except",
                OUTPUT_BOOLEAN_YN,