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:
parent
7bb8c655ec
commit
d38d07f030
6 changed files with 0 additions and 65 deletions
modules/core
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue