ircd: implement EXTENDCHANS, based on ircd-seven (with some improvements from chatircd)
This commit is contained in:
parent
fe749d3709
commit
a4721f5e9f
13 changed files with 164 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue