core modules: no more TS5.

This commit is contained in:
William Pitcock 2008-06-08 01:25:42 -05:00
parent 7bb8c655ec
commit d38d07f030
6 changed files with 0 additions and 65 deletions

View file

@ -148,12 +148,7 @@ ms_squit(struct Client *client_p, struct Client *source_p, int parc, const char
":%s WALLOPS :Remote SQUIT %s from %s (%s)",
me.id, target_p->name, source_p->name, comment);
sendto_server(NULL, NULL, NOCAPS, CAP_TS6,
":%s WALLOPS :Remote SQUIT %s from %s (%s)",
me.name, target_p->name, source_p->name, comment);
ilog(L_SERVER, "SQUIT From %s : %s (%s)", parv[0], target_p->name, comment);
}
exit_client(client_p, target_p, source_p, comment);
return 0;