171 |
|
%token DISABLE_HIDDEN |
172 |
|
%token DISABLE_LOCAL_CHANNELS |
173 |
|
%token DISABLE_REMOTE_COMMANDS |
174 |
– |
%token DOT_IN_IP6_ADDR |
174 |
|
%token DOTS_IN_IDENT |
175 |
|
%token DURATION |
176 |
|
%token EGDPOOL_PATH |
3178 |
|
general_default_cipher_preference | |
3179 |
|
general_compression_level | general_client_flood | |
3180 |
|
general_throttle_time | general_havent_read_conf | |
3181 |
< |
general_dot_in_ip6_addr | general_ping_cookie | |
3181 |
> |
general_ping_cookie | |
3182 |
|
general_disable_auth | general_burst_away | |
3183 |
|
general_tkline_expire_notices | general_gline_min_cidr | |
3184 |
|
general_gline_min_cidr6 | general_use_whois_actually | |
3653 |
|
ConfigFileEntry.client_flood = $3; |
3654 |
|
}; |
3655 |
|
|
3657 |
– |
general_dot_in_ip6_addr: DOT_IN_IP6_ADDR '=' TBOOL ';' |
3658 |
– |
{ |
3659 |
– |
ConfigFileEntry.dot_in_ip6_addr = yylval.number; |
3660 |
– |
}; |
3656 |
|
|
3657 |
|
/*************************************************************************** |
3658 |
|
* section glines |