--- mike peacock <[EMAIL PROTECTED]> wrote:
> Alright that makes sense, then my next question is how do you set it
> so that 
> when you check someone's status msg, it will send the request through
> the 
> server rather than trying to connect directly ?  right now it just
> sits 
> there trying to connect directly forever ?

Yes, it's not implemented in the gui, but edit showawaymsgdlg.cpp and
change
icqEventTag = server->icqFetchAutoResponse(m_nUin);
to
icqEventTag = server->icqFetchAutoResponse(m_nUin, true);

then it'll always send through server


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to