modules: no more TS5
This commit is contained in:
parent
d38d07f030
commit
169c767d3d
7 changed files with 0 additions and 28 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue