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/trunk/src/conf_lexer.l (file contents):
Revision 2269 by michael, Tue Jun 18 15:07:26 2013 UTC vs.
Revision 2283 by michael, Tue Jun 18 19:13:20 2013 UTC

# Line 152 | Line 152 | class                       { return CLA
152   cluster                     { return T_CLUSTER; }
153   connect                     { return CONNECT; }
154   connectfreq                 { return CONNECTFREQ; }
155 + cycle_on_host_change        { return CYCLE_ON_HOST_CHANGE; }
156   deaf                        { return T_DEAF; }
157   debug                       { return T_DEBUG; }
158   default_floodcount          { return DEFAULT_FLOODCOUNT; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines