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 853 by db, Thu Feb 22 06:01:30 2007 UTC vs.
Revision 876 by michael, Wed Oct 24 21:51:21 2007 UTC

# Line 246 | Line 246 | unhook_hub_leaf_confs(void)
246   %token  MAX_NICK_TIME
247   %token  MAX_NUMBER
248   %token  MAX_TARGETS
249 + %token  MAX_WATCH
250   %token  MESSAGE_LOCALE
251   %token  MIN_NONWILDCARD
252   %token  MIN_NONWILDCARD_SIMPLE
# Line 3192 | Line 3193 | general_item:       general_hide_spoof_i
3193                      general_tkline_expire_notices | general_gline_min_cidr |
3194                      general_gline_min_cidr6 | general_use_whois_actually |
3195                      general_reject_hold_time | general_stats_e_disabled |
3196 +                    general_max_watch |
3197                      error;
3198  
3199  
3200 + general_max_watch: MAX_WATCH '=' NUMBER ';'
3201 + {
3202 +  ConfigFileEntry.max_watch = $3;
3203 + };
3204  
3205   general_gline_min_cidr: GLINE_MIN_CIDR '=' NUMBER ';'
3206   {

Diff Legend

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