ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/src/client.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/client.c (file contents):
Revision 1632 by michael, Sun Nov 4 15:37:10 2012 UTC vs.
Revision 1636 by michael, Sun Nov 4 17:09:47 2012 UTC

# Line 367 | Line 367 | check_conf_klines(void)
367      if ((conf = find_dline_conf(&client_p->localClient->ip,
368                                    client_p->localClient->aftype)) != NULL)
369      {
370 <      if (conf->status & CONF_EXEMPT)
370 >      if (conf->type == CONF_EXEMPT)
371          continue;
372  
373        ban_them(client_p, conf);
# Line 422 | Line 422 | check_conf_klines(void)
422      if ((conf = find_dline_conf(&client_p->localClient->ip,
423                                   client_p->localClient->aftype)))
424      {
425 <      if (conf->status & CONF_EXEMPT)
425 >      if (conf->type == CONF_EXEMPT)
426          continue;
427  
428        exit_client(client_p, &me, "D-lined");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines