Fix redirecting to DCC CHATs with /REL* commands

to + 1 is the correct destination, not to + 3.
This commit is contained in:
Kevin Easton
2017-12-20 20:25:27 +11:00
parent 2c94010d65
commit c7a72b79ae
2 changed files with 15 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Fix redirecting to DCC CHATs with /REL* commands. (caf)
* Update arcfour example module to use exported dcc_chat_socketread()
callback. (caf)