Changeset 824
- Timestamp:
- 11/07/08 04:39:30 (3 years ago)
- File:
-
- 1 edited
-
branches/ithildin-1.1/modules/ircd/server.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/modules/ircd/server.c
r823 r824 86 86 * servers not in the path might not. Why/how this makes 87 87 * 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); 91 92 destroy_client(cp, destroy_server_splitmsg); 92 93 }
Note: See TracChangeset
for help on using the changeset viewer.
