Changeset 770


Ignore:
Timestamp:
09/08/06 01:31:43 (6 years ago)
Author:
wd
Message:

Don't do antidrone for remote clients.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ithildin-1.1/modules/ircd/addons/antidrone.c

    r769 r770  
    6262    client_t *cli = (client_t *)data; 
    6363 
     64    if (!MYCLIENT(cli)) 
     65        return NULL; /* do not bother processing remote clients */ 
     66 
    6467    if (anti_bear) 
    6568        sendto_one(cli, "439", ":%s", MSG_FMT(cli, anti_bear_message)); 
Note: See TracChangeset for help on using the changeset viewer.