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 9095 by michael, Sat May 11 21:06:49 2019 UTC vs.
Revision 9096 by michael, Wed Dec 25 15:53:01 2019 UTC

# Line 324 | Line 324 | stats_u_oper_only           { return STA
324   target                      { return T_TARGET; }
325   throttle_count              { return THROTTLE_COUNT; }
326   throttle_time               { return THROTTLE_TIME; }
327 + timeout                     { return TIMEOUT; }
328   ts_max_delta                { return TS_MAX_DELTA; }
329   ts_warn_delta               { return TS_WARN_DELTA; }
330   type                        { return TYPE; }

Diff Legend

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