| # | Line 48 | Line 48 | mo_restart(struct Client *client_p, stru | |
|---|---|---|
| 48 | ||
| 49 | if (!HasOFlag(source_p, OPER_FLAG_RESTART)) | |
| 50 | { | |
| 51 | < | sendto_one(source_p, form_str(ERR_NOPRIVS), me.name, |
| 52 | < | source_p->name, "restart"); |
| 51 | > | sendto_one_numeric(source_p, &me, ERR_NOPRIVS, "restart"); |
| 52 | return 0; | |
| 53 | } | |
| 54 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |