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/ircd_lexer.l (file contents):
Revision 1215 by michael, Sun Aug 14 11:24:24 2011 UTC vs.
Revision 1216 by michael, Tue Sep 13 18:22:31 2011 UTC

# Line 192 | Line 192 | glines         { return GLINES; }
192   gline_exempt    { return GLINE_EXEMPT; }
193   gline_min_cidr  { return GLINE_MIN_CIDR; }
194   gline_min_cidr6 { return GLINE_MIN_CIDR6; }
195 + globops         { return T_GLOBOPS; }
196   global_kill     { return GLOBAL_KILL; }
197   have_ident      { return NEED_IDENT; }
198   need_ident      { return NEED_IDENT; }

Diff Legend

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