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 1714 by michael, Sun Nov 18 17:03:18 2012 UTC vs.
Revision 1715 by michael, Mon Dec 24 15:19:32 2012 UTC

# Line 285 | Line 285 | throttle_time { return THROTTLE_TIME; }
285   user            { return USER; }
286   vhost   { return VHOST; }
287   vhost6  { return VHOST6; }
288 + webirc           { return T_WEBIRC; }
289   xline           { return XLINE; }
290   yes             { yylval.number = 1; return TBOOL; }
291  

Diff Legend

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