# | 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) |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |