/[svn]/ircd-hybrid/branches/8.2.x/src/conf.c
ViewVC logotype

Diff of /ircd-hybrid/branches/8.2.x/src/conf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6186 by michael, Wed Jun 24 17:49:10 2015 UTC revision 6314 by michael, Sat Aug 1 18:06:37 2015 UTC
# Line 302  verify_access(struct Client *client_p) Line 302  verify_access(struct Client *client_p)
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,
# Line 1560  find_user_host(struct Client *source_p, Line 1560  find_user_host(struct Client *source_p,
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);

Legend:
Removed from v.6186  
changed lines
  Added in v.6314

svnadmin@ircd-hybrid.org
ViewVC Help
Powered by ViewVC 1.1.30