160 |
|
|
161 |
|
sendto_server(NULL, NOCAPS, NOCAPS, |
162 |
|
":%s KILL %s :%s (%s[%s@%s] Ghosted %s)", |
163 |
< |
me.id, to->name, me.name, to->name, |
163 |
> |
me.id, to->id, me.name, to->name, |
164 |
|
to->username, to->host, to->from->name); |
165 |
|
|
166 |
|
AddFlag(to, FLAGS_KILLED); |
169 |
|
sendto_one_numeric(from, &me, ERR_GHOSTEDCLIENT, to->name, |
170 |
|
to->username, to->host, to->from); |
171 |
|
|
172 |
< |
exit_client(to, &me, "Ghosted client"); |
172 |
> |
exit_client(to, "Ghosted client"); |
173 |
|
return; |
174 |
|
} |
175 |
|
|
712 |
|
{ |
713 |
|
struct Client *client_p = ptr->data; |
714 |
|
|
715 |
< |
if ((!one || client_p != one->from)&& !IsDefunct(client_p) && |
715 |
> |
if ((!one || client_p != one->from) && !IsDefunct(client_p) && |
716 |
|
match_it(client_p, mask, what)) |
717 |
|
send_message(client_p, local_buf); |
718 |
|
} |