From 069250918284b12d42e4e2f4102dd2dbfba18e15 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 15 Aug 2010 13:30:10 +0300 Subject: modified: commonheaders.h modified: init.cpp modified: main.cpp modified: messages.cpp modified: options.cpp --- init.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.cpp') diff --git a/init.cpp b/init.cpp index 86b189f..916f846 100644 --- a/init.cpp +++ b/init.cpp @@ -135,6 +135,7 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam) int RecvMsgSvc(WPARAM w, LPARAM l); int SendMsgSvc(WPARAM w, LPARAM l); int HookSendMsg(WPARAM w, LPARAM l); +// int TestHook(WPARAM w, LPARAM l); // void test(); @@ -145,6 +146,7 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam) HookEvent(ME_OPT_INITIALISE, GpgOptInit); HookEvent(ME_DB_EVENT_FILTER_ADD, HookSendMsg); +// HookEvent(ME_NETLIB_FASTSEND, TestHook); hOnPreBuildContactMenu = HookEvent(ME_CLIST_PREBUILDCONTACTMENU, OnPreBuildContactMenu); PROTOCOLDESCRIPTOR pd = {0}; -- cgit v1.2.3