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 849 by db, Mon Feb 19 19:41:59 2007 UTC vs.
Revision 853 by db, Thu Feb 22 06:01:30 2007 UTC

# Line 3584 | Line 3584 | umode_item:    T_BOTS
3584   } | T_CCONN
3585   {
3586    ConfigFileEntry.oper_only_umodes |= UMODE_CCONN;
3587 + } | T_CCONN_FULL
3588 + {
3589 +  ConfigFileEntry.oper_only_umodes |= UMODE_CCONN_FULL;
3590   } | T_DEAF
3591   {
3592    ConfigFileEntry.oper_only_umodes |= UMODE_DEAF;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines