| # | Line 172 | Line 172 | send_message_remote(struct Client *to, s | |
|---|---|---|
| 172 | AddFlag(to, FLAGS_KILLED); | |
| 173 | ||
| 174 | if (IsClient(from)) | |
| 175 | < | sendto_one(from, ERR_GHOSTEDCLIENT, |
| 175 | > | sendto_one(from, form_str(ERR_GHOSTEDCLIENT), |
| 176 | me.name, from->name, to->name, to->username, | |
| 177 | to->host, to->from); | |
| 178 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |