Changeset 824


Ignore:
Timestamp:
11/07/08 04:39:30 (3 years ago)
Author:
wd
Message:

Fix more dumb uses of the all client list.

File:
1 edited

Legend:

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

    r823 r824  
    8686                 * servers not in the path might not.  Why/how this makes 
    8787                 * sense is a mystery to me, and this is *really* spammy. */ 
    88                 sendto_serv_pflag_butone(PROTOCOL_SFL_NOQUIT, false, srv, 
    89                         cp, NULL, NULL, "QUIT", ":%s", 
    90                         destroy_server_splitmsg); 
     88                if (CLIENT_REGISTERED(cp)) 
     89                    sendto_serv_pflag_butone(PROTOCOL_SFL_NOQUIT, false, srv, 
     90                            cp, NULL, NULL, "QUIT", ":%s", 
     91                            destroy_server_splitmsg); 
    9192                destroy_client(cp, destroy_server_splitmsg); 
    9293            } 
Note: See TracChangeset for help on using the changeset viewer.