-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday 09 November 2002 04:36 pm, [EMAIL PROTECTED] wrote: > I don't know how LICQ's source is exactly, but I think that it's a function > that tries to connect directly. If the function returns a value (meaning > that the direct connection isn't possible), then LICQ sends through server. > If I'm right, is it there a way to make the function always returns that > value?
Not really. There is a SendServer() function, but that is only for plugins to use. The true way to force a way to send messages through server is modify the source in autoreply.cpp and change icqSendMessage()'s third parameter to false. One line of code in autoreply.cpp already has this, it's the other one you need to change. Jon ______________________________________________________________ Jon Keating ICQ #16325723 [EMAIL PROTECTED] GPG ID: 0x2290A71F emostar on irc.openprojects.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9zpLKld1KayKQpx8RAuuLAKCe3k6ImTqvPJ2Hafaf0hSyRXdKIQCfR75o lZX8KLRBUnuEOix3Xq8VWXo= =krwE -----END PGP SIGNATURE----- ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Licq-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-devel
