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

Comparing ircd-hybrid-7.2/src/ircd_lexer.l (file contents):
Revision 583 by adx, Tue Nov 1 11:41:52 2005 UTC vs.
Revision 584 by michael, Sun May 7 15:26:45 2006 UTC

# Line 332 | Line 332 | kline_reason           { return KLINE_REASON; }
332   kline_with_reason       { return KLINE_WITH_REASON; }
333   warn_no_nline           { return WARN_NO_NLINE; }
334  
335 + stats_e_disabled        { return STATS_E_DISABLED; }
336   stats_o_oper_only       { return STATS_O_OPER_ONLY; }
337   stats_k_oper_only       { return STATS_K_OPER_ONLY; }
338   stats_i_oper_only       { return STATS_I_OPER_ONLY; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines