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-7.2/src/ircd_lexer.l (file contents):
Revision 631 by michael, Sun May 7 15:26:45 2006 UTC vs.
Revision 632 by michael, Thu Jun 1 10:53:00 2006 UTC

# Line 160 | Line 160 | deny           { return DENY; }
160   description     { return DESCRIPTION; }
161   die             { return DIE; }
162   disable_auth    { return DISABLE_AUTH; }
163 + disable_fake_channels { return DISABLE_FAKE_CHANNELS; }
164   disable_hidden  { return DISABLE_HIDDEN; }
165   disable_local_channels { return DISABLE_LOCAL_CHANNELS; }
166   disable_remote_commands { return DISABLE_REMOTE_COMMANDS; }

Diff Legend

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