# | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |