1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 12:46:37 +02:00

- Fixed SVSKILL sending an illegal (wrong direction) QUIT right after, #0003307

This commit is contained in:
Bram Matthys
2007-04-30 19:37:30 +00:00
parent cfdd3c2889
commit e9bb00fec3
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1459,3 +1459,4 @@
shows your own (cloaked) IP.
- #0002846 reported by alex323, patched by WolfSage, regarding local ircop cannot issue CLOSE command
- #3272 patched by w00t, regarding remove restrictions on NOTICE/PRIVMSG $* for opers.
- Fixed SVSKILL sending an illegal (wrong direction) QUIT right after, #0003307
+2
View File
@@ -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);
}