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-7.2/src/ircd_lexer.l (file contents):
Revision 848 by michael, Sat Jul 8 12:02:15 2006 UTC vs.
Revision 849 by db, Mon Feb 19 19:41:59 2007 UTC

# Line 355 | Line 355 | oper_only_umodes        { return OPER_ON
355   oper_umodes             { return OPER_UMODES; }
356   bots                    { return T_BOTS; }
357   cconn                   { return T_CCONN; }
358 + cconn_full              { return T_CCONN_FULL; }
359   deaf                    { return T_DEAF; }
360   debug                   { return T_DEBUG; }
361   full                    { return T_FULL; }

Diff Legend

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