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 1750 by michael, Mon Dec 24 15:19:32 2012 UTC vs.
Revision 1751 by michael, Wed Jan 16 18:30:52 2013 UTC

# Line 209 | Line 209 | max_ident      { return MAX_IDENT; }
209   max_local       { return MAX_LOCAL; }
210   max_global      { return MAX_GLOBAL; }
211   max_number      { return MAX_NUMBER; }
212 + max_nick_length { return MAX_NICK_LENGTH; }
213 + max_topic_length { return MAX_TOPIC_LENGTH; }
214   max_watch       { return MAX_WATCH; }
215   message_locale  { return MESSAGE_LOCALE; }
216   min_nonwildcard { return MIN_NONWILDCARD; }

Diff Legend

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