modules: no more TS5

This commit is contained in:
William Pitcock 2008-06-08 01:27:25 -05:00
parent d38d07f030
commit 169c767d3d
7 changed files with 0 additions and 28 deletions

View file

@ -235,9 +235,6 @@ ms_connect(struct Client *client_p, struct Client *source_p, int parc, const cha
sendto_server(NULL, NULL, CAP_TS6, NOCAPS,
":%s WALLOPS :Remote CONNECT %s %d from %s",
me.id, parv[1], port, source_p->name);
sendto_server(NULL, NULL, NOCAPS, CAP_TS6,
":%s WALLOPS :Remote CONNECT %s %d from %s",
me.name, parv[1], port, source_p->name);
ilog(L_SERVER, "CONNECT From %s : %s %d", source_p->name, parv[1], port);