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/trunk/src/conf_parser.y (file contents):
Revision 1976 by michael, Wed May 8 19:33:06 2013 UTC vs.
Revision 1979 by michael, Wed May 8 19:54:51 2013 UTC

# Line 2655 | Line 2655 | umode_oitem:     T_BOTS
2655   } | T_LOCOPS
2656   {
2657    ConfigFileEntry.oper_umodes |= UMODE_LOCOPS;
2658 + } | T_NONONREG
2659 + {
2660 +  ConfigFileEntry.oper_umodes |= UMODE_REGONLY;
2661   } | T_FARCONNECT
2662   {
2663    ConfigFileEntry.oper_umodes |= UMODE_FARCONNECT;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)