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

Comparing ircd-hybrid-8/src/s_user.c (file contents):
Revision 1219 by michael, Sun Sep 18 09:02:38 2011 UTC vs.
Revision 1232 by michael, Thu Sep 22 20:25:00 2011 UTC

# Line 1218 | Line 1218 | oper_up(struct Client *source_p)
1218      AddUMode(source_p, oconf->modes);
1219    else if (ConfigFileEntry.oper_umodes)
1220      AddUMode(source_p, ConfigFileEntry.oper_umodes);
1221  else
1222    AddUMode(source_p, UMODE_SERVNOTICE|UMODE_OPERWALL|
1223                       UMODE_WALLOP|UMODE_LOCOPS);
1221  
1222    if (!(old & UMODE_INVISIBLE) && HasUMode(source_p, UMODE_INVISIBLE))
1223      ++Count.invisi;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines