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

Comparing ircd-hybrid/trunk/src/conf_parser.c (file contents):
Revision 1823 by michael, Sun Apr 14 18:24:38 2013 UTC vs.
Revision 1825 by michael, Sun Apr 14 19:54:48 2013 UTC

# Line 4990 | Line 4990 | yyreduce:
4990   #line 1714 "conf_parser.y"
4991      {
4992    if (IsChanPrefix(block_state.name.buf[0]))
4993 <    create_channel_resv(block_state.name.buf, block_state.rpass.buf, 1);
4993 >    create_channel_resv(block_state.name.buf, block_state.rpass.buf);
4994    else if (block_state.name.buf[0])
4995 <    create_nick_resv(block_state.name.buf, block_state.rpass.buf, 1);
4995 >    create_nick_resv(block_state.name.buf, block_state.rpass.buf);
4996   }
4997      break;
4998  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines