X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/70731d4fedb01943518a5b8652341c7be783d324..c3a0fde28f4866bc6df368456de0bb86c663229e:/modules/m_info.c?ds=inline diff --git a/modules/m_info.c b/modules/m_info.c index d3ddb3b..fb5632e 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -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,