| 823 |
|
send_umode(MyClient(source_p) ? source_p : NULL, source_p, old, buf); |
| 824 |
|
|
| 825 |
|
if (buf[0]) |
| 826 |
< |
sendto_server(source_p, NOCAPS, NOCAPS, ":%s MODE %s :%s", |
| 826 |
> |
sendto_server(source_p, 0, 0, ":%s MODE %s :%s", |
| 827 |
|
source_p->id, source_p->id, buf); |
| 828 |
|
} |
| 829 |
|
|
| 957 |
|
|
| 958 |
|
sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE, "%s is now an operator", |
| 959 |
|
get_oper_name(source_p)); |
| 960 |
< |
sendto_server(NULL, NOCAPS, NOCAPS, ":%s GLOBOPS :%s is now an operator", |
| 960 |
> |
sendto_server(NULL, 0, 0, ":%s GLOBOPS :%s is now an operator", |
| 961 |
|
me.id, get_oper_name(source_p)); |
| 962 |
|
send_umode_out(source_p, old); |
| 963 |
|
sendto_one_numeric(source_p, &me, RPL_YOUREOPER); |