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

Comparing ircd-hybrid-8/src/s_serv.c (file contents):
Revision 1247 by michael, Sat Oct 1 07:54:24 2011 UTC vs.
Revision 1294 by michael, Wed Feb 22 20:48:30 2012 UTC

# Line 857 | Line 857 | sendnick_TS(struct Client *client_p, str
857    if (!IsClient(target_p))
858      return;
859  
860 <  send_umode(NULL, target_p, 0, HasOFlag(target_p, OPER_FLAG_HIDDEN_ADMIN) ?
861 <    SEND_UMODES & ~UMODE_ADMIN : SEND_UMODES, ubuf);
860 >  send_umode(NULL, target_p, 0, SEND_UMODES, ubuf);
861  
862    if (ubuf[0] == '\0')
863    {

Diff Legend

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