ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.y
(Generate patch)

Comparing ircd-hybrid/trunk/src/conf_parser.y (file contents):
Revision 1714 by michael, Sun Nov 11 10:54:51 2012 UTC vs.
Revision 1715 by michael, Mon Dec 24 15:19:32 2012 UTC

# Line 327 | Line 327 | reset_block_state(void)
327   %token  T_UNXLINE
328   %token  T_GLOBOPS
329   %token  T_WALLOP
330 + %token  T_WEBIRC
331   %token  T_RESTART
332   %token  T_SERVICE
333   %token  T_SERVICES_NAME
# Line 1543 | Line 1544 | auth_flags_item: SPOOF_NOTICE
1544   {
1545    if (conf_parser_ctx.pass == 2)
1546      block_state.flags.value |= CONF_FLAGS_EXEMPTRESV;
1547 + } | T_WEBIRC
1548 + {
1549 +  if (conf_parser_ctx.pass == 2)
1550 +    block_state.flags.value |= CONF_FLAGS_WEBIRC;
1551   } | NEED_PASSWORD
1552   {
1553    if (conf_parser_ctx.pass == 2)

Diff Legend

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