ircd: implement EXTENDCHANS, based on ircd-seven (with some improvements from chatircd)

This commit is contained in:
William Pitcock 2016-01-11 23:32:23 -06:00
parent fe749d3709
commit a4721f5e9f
13 changed files with 164 additions and 12 deletions

View file

@ -584,6 +584,12 @@ static struct InfoStruct info_table[] = {
&ConfigChannel.max_chans_per_user,
"Maximum number of channels a user can join",
},
{
"max_chans_per_user_large",
OUTPUT_DECIMAL,
&ConfigChannel.max_chans_per_user_large,
"Maximum extended number of channels a user can join",
},
{
"no_create_on_split",
OUTPUT_BOOLEAN_YN,