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

Comparing ircd-hybrid-7.2/src/ircd_parser.y (file contents):
Revision 341 by michael, Tue Dec 27 13:43:46 2005 UTC vs.
Revision 342 by michael, Tue Dec 27 19:28:58 2005 UTC

# Line 2782 | Line 2782 | connect_topicburst: TOPICBURST '=' TBOOL
2782    if (ypass == 2)
2783    {
2784      if (yylval.number)
2785 <      SetConfTopicBurst(yy_aconf)
2785 >      SetConfTopicBurst(yy_aconf);
2786      else
2787        ClearConfTopicBurst(yy_aconf);
2788    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines