Right now it's getting stuck at "Connecting to 205.188.153...". What do I change in the .gaimrc to turn on debugging, set the protocol to Oscar instead of TOC, and turn off auto-login? I suspect it has something to do with all those numbers. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The options in the config file are binary values stored as an int written to the config file. As such, it's hard to figure out what to set it to to toggle the options you want. Your best bet is to set general_options in the .gaimrc file to 0, which will turn off Auto-Login (as well as every other option). Then, change the preferences before you log on.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Right now it's getting stuck at "Connecting to 205.188.153...". What do I change in the .gaimrc to turn on debugging, set the protocol to Oscar instead of TOC, and turn off auto-login? I suspect it has something to do with all those numbers. Thanks.
The options in the config file are binary values stored as an int written to the config file. As such, it's hard to figure out what to set it to to toggle the options you want. Your best bet is to set general_options in the .gaimrc file to 0, which will turn off Auto-Login (as well as every other option). Then, change the preferences before you log on.