mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-03 14:53:12 +02:00
- Fixed SVSKILL sending an illegal (wrong direction) QUIT right after, #0003307
This commit is contained in:
@@ -119,6 +119,8 @@ CMD_FUNC(m_svskill)
|
||||
sendto_serv_butone_token(cptr, parv[0],
|
||||
MSG_SVSKILL, TOK_SVSKILL, "%s :%s", parv[1], comment);
|
||||
|
||||
acptr->flags |= FLAGS_KILLED;
|
||||
|
||||
return exit_client(cptr, acptr, sptr, comment);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user