166 |
|
"Forbids channels with special ASCII characters in their name" |
167 |
|
}, |
168 |
|
{ |
169 |
< |
"knock_delay", |
169 |
> |
"invite_client_count", |
170 |
|
OUTPUT_DECIMAL, |
171 |
< |
&ConfigChannel.knock_delay, |
172 |
< |
"Delay between a users KNOCK attempts" |
171 |
> |
&ConfigChannel.invite_client_count, |
172 |
> |
"How many INVITE attempts are permitted in invite_client_time" |
173 |
> |
}, |
174 |
> |
|
175 |
> |
{ |
176 |
> |
"invite_client_time", |
177 |
> |
OUTPUT_DECIMAL, |
178 |
> |
&ConfigChannel.invite_client_time, |
179 |
> |
"How many INVITE attempts are permitted in invite_client_time" |
180 |
> |
}, |
181 |
> |
{ |
182 |
> |
"knock_client_count", |
183 |
> |
OUTPUT_DECIMAL, |
184 |
> |
&ConfigChannel.knock_client_count, |
185 |
> |
"How many KNOCK attempts are permitted in knock_client_time" |
186 |
> |
}, |
187 |
> |
{ |
188 |
> |
"knock_client_time", |
189 |
> |
OUTPUT_DECIMAL, |
190 |
> |
&ConfigChannel.knock_client_time, |
191 |
> |
"How many KNOCK attempts are permitted in knock_client_time" |
192 |
|
}, |
193 |
|
{ |
194 |
|
"knock_delay_channel", |