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

Comparing ircd-hybrid/branches/8.2.x/src/conf_lexer.l (file contents):
Revision 8044 by michael, Sat Dec 31 13:57:24 2016 UTC vs.
Revision 8045 by michael, Sat Mar 18 18:05:41 2017 UTC

# Line 233 | Line 233 | mask                        { return MAS
233   masked                      { return TMASKED; }
234   max_accept                  { return MAX_ACCEPT; }
235   max_bans                    { return MAX_BANS; }
236 + max_bans_large              { return MAX_BANS_LARGE; }
237   max_channels                { return MAX_CHANNELS; }
238   max_global                  { return MAX_GLOBAL; }
239   max_idle                    { return MAX_IDLE; }

Diff Legend

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