mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-30 23:12:25 +01:00
- Fixed SVSKILL sending an illegal QUIT
This commit is contained in:
parent
92bd444ac2
commit
797b6f428c
2 changed files with 3 additions and 0 deletions
1
Changes
1
Changes
|
@ -1488,3 +1488,4 @@
|
|||
will be backwards compatible as well, SJOIN doesn't care (TM) and mode
|
||||
doesn't either in case of a server sending it. So this will be just a
|
||||
client protocol modification.
|
||||
- Fixed SVSKILL sending an illegal QUIT
|
||||
|
|
|
@ -121,6 +121,8 @@ CMD_FUNC(m_svskill)
|
|||
|
||||
acptr->flags |= FLAGS_KILLED;
|
||||
|
||||
acptr->flags |= FLAGS_KILLED;
|
||||
|
||||
return exit_client(cptr, acptr, sptr, comment);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue