1
0
Fork 0
mirror of https://github.com/pissnet/angiosperm.git synced 2025-07-30 16:32:23 +01:00

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
modules/core

View file

@ -181,9 +181,6 @@ m_kick(struct Client *client_p, struct Client *source_p, int parc, const char *p
sendto_server(client_p, chptr, CAP_TS6, NOCAPS,
":%s KICK %s %s :%s",
use_id(source_p), chptr->chname, use_id(who), comment);
sendto_server(client_p, chptr, NOCAPS, CAP_TS6,
":%s KICK %s %s :%s",
source_p->name, chptr->chname, who->name, comment);
remove_user_from_channel(msptr);
}
else if (MyClient(source_p))