Changeset 823 for branches/ithildin-1.1/modules/ircd/server.c
- Timestamp:
- 11/07/08 04:27:12 (4 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
r772 r823 324 324 from->name, from->hops, from->info); 325 325 LIST_FOREACH(cp, ircd.lists.clients, lp) { 326 if ( cp->server != from)326 if (!CLIENT_REGISTERED(cp) || cp->server != from) 327 327 continue; 328 328 to->conn->proto->register_user(to->conn, cp);
Note: See TracChangeset
for help on using the changeset viewer.
