BAN: Avoid fake direction.

This commit is contained in:
Jilles Tjoelker 2010-03-05 22:53:35 +01:00
parent e49d818579
commit 05114b16a3
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ ms_ban(struct Client *client_p, struct Client *source_p, int parc, const char *p
} }
break; break;
} }
sendto_server(NULL, NULL, CAP_BAN|CAP_TS6, NOCAPS, sendto_server(client_p, NULL, CAP_BAN|CAP_TS6, NOCAPS,
":%s BAN %s %s %s %s %s %s %s :%s", ":%s BAN %s %s %s %s %s %s %s :%s",
source_p->id, source_p->id,
parv[1], parv[1],