Ignore DCC ACCEPT if we didn't request a DCC RESUME

Mark DCC connections that we have requested RESUME on, so that we know
whether or not to act on a DCC ACCEPT that is received.

Also fixes up a slightly wrong message in /DCC RESUME.
This commit is contained in:
Kevin Easton
2015-10-04 00:44:47 +10:00
parent c173af3f65
commit 726884b0b0
3 changed files with 19 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Ignore DCC ACCEPT if RESUME wasn't requested. (caf)
* Fix /KB so that it kicks-then-bans as intended (reported by profiler). (caf)
* Fix $functioncall() scripting function (reported by |Rain|). (caf)