Update arcfour example module to use exported dcc_chat_socketread() callback

This allows it to actually connect OK, but it's still nonfunctional at the moment.
This commit is contained in:
Kevin Easton
2017-12-20 18:10:02 +11:00
parent d7688075b6
commit 2c94010d65
3 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
[Changes 1.2.2]
* Update arcfour example module to use exported dcc_chat_socketread()
callback. (caf)
* Export dcc_chat_socketread() and dcc_send_socketread() callbacks to modules,
so that modules implementing new DCC types can use these. (caf)