- Timestamp:
- 04/30/10 01:59:07 (22 months ago)
- File:
-
- 1 edited
-
branches/ithildin-1.1/modules/ircd/send.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/modules/ircd/send.c
r848 r849 504 504 * message anyhow, if they're not my client, don't do anything */ 505 505 if (MYCLIENT(cli) && !ircd.sends[cli->conn->sock->fd]) 506 { 507 va_start(vl, msg); 506 508 sendto_common(cli->conn, cli, srv, cmd, NULL, msg, vl); 509 va_end(vl); 510 } 507 511 } else { 508 512 LIST_FOREACH(chanp, &cli->chans, lpcli) {
Note: See TracChangeset
for help on using the changeset viewer.
