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", |