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

Comparing ircd-hybrid-8/src/conf_lexer.l (file contents):
Revision 1458 by michael, Sat Jun 9 19:40:08 2012 UTC vs.
Revision 1459 by michael, Fri Jul 6 14:23:09 2012 UTC

# Line 181 | Line 181 | flatten_links  { return FLATTEN_LINKS; }
181   gecos           { return GECOS; }
182   general         { return GENERAL; }
183   gline           { return GLINE; }
184 < glines          { return GLINES; }
184 > gline_enable    { return GLINE_ENABLE; }
185   gline_exempt    { return GLINE_EXEMPT; }
186 + gline_duration  { return GLINE_DURATION; }
187 + gline_request_duration { return GLINE_REQUEST_DURATION; }
188   gline_min_cidr  { return GLINE_MIN_CIDR; }
189   gline_min_cidr6 { return GLINE_MIN_CIDR6; }
190   globops         { return T_GLOBOPS; }

Diff Legend

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