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/trunk/src/user.c (file contents):
Revision 4439 by michael, Sat Aug 9 18:36:19 2014 UTC vs.
Revision 4440 by michael, Sat Aug 9 18:50:49 2014 UTC

# Line 963 | Line 963 | oper_up(struct Client *source_p)
963  
964    sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE, "%s is now an operator",
965                         get_oper_name(source_p));
966 +  sendto_server(NULL, NOCAPS, NOCAPS, ":%s GLOBOPS :%s is now an operator",
967 +                me.id, get_oper_name(source_p));
968    send_umode_out(source_p, source_p, old);
969    sendto_one_numeric(source_p, &me, RPL_YOUREOPER);
970   }

Diff Legend

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