ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.y
(Generate patch)

Comparing ircd-hybrid-7.2/src/ircd_parser.y (file contents):
Revision 583 by michael, Mon May 1 09:40:37 2006 UTC vs.
Revision 584 by michael, Sun May 7 15:26:45 2006 UTC

# Line 315 | Line 315 | unhook_hub_leaf_confs(void)
315   %token  SILENT
316   %token  SPOOF
317   %token  SPOOF_NOTICE
318 + %token  STATS_E_DISABLED
319   %token  STATS_I_OPER_ONLY
320   %token  STATS_K_OPER_ONLY
321   %token  STATS_O_OPER_ONLY
# Line 3126 | Line 3127 | general_item:       general_hide_spoof_i
3127                      general_disable_auth | general_burst_away |
3128                      general_tkline_expire_notices | general_gline_min_cidr |
3129                      general_gline_min_cidr6 | general_use_whois_actually |
3130 <                    general_reject_hold_time |
3130 >                    general_reject_hold_time | general_stats_e_disabled |
3131                      error;
3132  
3133  
# Line 3257 | Line 3258 | general_warn_no_nline: WARN_NO_NLINE '='
3258    ConfigFileEntry.warn_no_nline = yylval.number;
3259   };
3260  
3261 + general_stats_e_disabled: STATS_E_DISABLED '=' TBOOL ';'
3262 + {
3263 +  ConfigFileEntry.stats_e_disabled = yylval.number;
3264 + };
3265 +
3266   general_stats_o_oper_only: STATS_O_OPER_ONLY '=' TBOOL ';'
3267   {
3268    ConfigFileEntry.stats_o_oper_only = yylval.number;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)