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-8/src/ircd_lexer.l (file contents):
Revision 1249 by michael, Sat Oct 1 07:54:24 2011 UTC vs.
Revision 1250 by michael, Sat Oct 1 10:48:16 2011 UTC

# Line 160 | Line 160 | disable_fake_channels { return DISABLE_F
160   disable_hidden  { return DISABLE_HIDDEN; }
161   disable_local_channels { return DISABLE_LOCAL_CHANNELS; }
162   disable_remote_commands { return DISABLE_REMOTE_COMMANDS; }
163 + dline           { return T_DLINE; }
164   dots_in_ident   { return DOTS_IN_IDENT; }
165   duration        { return DURATION; }
166   egdpool_path        { return EGDPOOL_PATH; }
# Line 282 | Line 283 | type           { return TYPE; }
283   true_no_oper_flood { return TRUE_NO_OPER_FLOOD; }
284   umodes          { return T_UMODES; }
285   unkline         { return UNKLINE; }
286 + unlimited       { return T_UNLIMITED; }
287   use_egd         { return USE_EGD; }
288   use_except      { return USE_EXCEPT; }
289   use_invex       { return USE_INVEX; }

Diff Legend

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