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

Comparing ircd-hybrid-8/src/s_user.c (file contents):
Revision 1446 by michael, Mon Jun 25 20:05:12 2012 UTC vs.
Revision 1458 by michael, Fri Jul 6 10:27:33 2012 UTC

# Line 1234 | Line 1234 | oper_up(struct Client *source_p)
1234    if (!HasOFlag(source_p, OPER_FLAG_N))
1235      DelUMode(source_p, UMODE_NCHANGE);
1236  
1237 <  sendto_realops_flags(UMODE_ALL, L_ALL, "%s (%s@%s) is now an operator",
1238 <                       source_p->name, source_p->username, source_p->host);
1237 >  sendto_realops_flags(UMODE_ALL, L_ALL, "%s is now an operator",
1238 >                       get_oper_name(source_p));
1239    send_umode_out(source_p, source_p, old);
1240    sendto_one(source_p, form_str(RPL_YOUREOPER), me.name, source_p->name);
1241    sendto_one(source_p, ":%s NOTICE %s :*** Oper privs are %s",

Diff Legend

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