summaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.cpp b/init.cpp
index d0a6dff..38fe926 100644
--- a/init.cpp
+++ b/init.cpp
@@ -192,7 +192,7 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam)
if(bJabberAPI && bIsMiranda09)
HookEvent(ME_PROTO_ACCLISTCHANGED, GetJabberInterface);
- HookEvent(ME_PROTO_ACK, onProtoAck);
+// HookEvent(ME_PROTO_ACK, onProtoAck); //filetransfer unimplemented now
HookEvent(ME_CLIST_PREBUILDCONTACTMENU, OnPreBuildContactMenu);