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-7.2/src/ircd_parser.y (file contents):
Revision 298 by db, Mon Dec 5 22:49:18 2005 UTC vs.
Revision 341 by michael, Tue Dec 27 13:43:46 2005 UTC

# Line 2507 | Line 2507 | connect_item:   connect_name | connect_h
2507                  connect_leaf_mask | connect_class | connect_auto |
2508                  connect_encrypted | connect_compressed | connect_cryptlink |
2509                  connect_rsa_public_key_file | connect_cipher_preference |
2510 <                error ';' ;
2510 >                connect_topicburst | error ';' ;
2511  
2512   connect_name: NAME '=' QSTRING ';'
2513   {
# Line 2777 | Line 2777 | connect_auto: AUTOCONN '=' TBOOL ';'
2777    }
2778   };
2779  
2780 + connect_topicburst: TOPICBURST '=' TBOOL ';'
2781 + {
2782 +  if (ypass == 2)
2783 +  {
2784 +    if (yylval.number)
2785 +      SetConfTopicBurst(yy_aconf)
2786 +    else
2787 +      ClearConfTopicBurst(yy_aconf);
2788 +  }
2789 + };
2790 +
2791   connect_hub_mask: HUB_MASK '=' QSTRING ';'
2792   {
2793    if (ypass == 2)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines