302 |
{ |
{ |
303 |
struct MaskItem *conf = NULL; |
struct MaskItem *conf = NULL; |
304 |
|
|
305 |
if (IsGotId(client_p)) |
if (HasFlag(client_p, FLAGS_GOTID)) |
306 |
{ |
{ |
307 |
conf = find_address_conf(client_p->host, client_p->username, |
conf = find_address_conf(client_p->host, client_p->username, |
308 |
&client_p->connection->ip, |
&client_p->connection->ip, |
1560 |
find_chasing(source_p, user_host_or_nick)) == NULL) |
find_chasing(source_p, user_host_or_nick)) == NULL) |
1561 |
return 0; /* find_chasing sends ERR_NOSUCHNICK */ |
return 0; /* find_chasing sends ERR_NOSUCHNICK */ |
1562 |
|
|
1563 |
if (IsExemptKline(target_p)) |
if (HasFlag(target_p, FLAGS_EXEMPTKLINE)) |
1564 |
{ |
{ |
1565 |
if (IsClient(source_p)) |
if (IsClient(source_p)) |
1566 |
sendto_one_notice(source_p, &me, ":%s is E-lined", target_p->name); |
sendto_one_notice(source_p, &me, ":%s is E-lined", target_p->name); |