comparison plugins/yay/yay.c @ 1136:c8615d023aaf

[gaim-migrate @ 1146] if anyone knows of a good icq library (better than icqlib even) please tell me committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 26 Nov 2000 07:35:57 +0000
parents c1dcba9f3a3a
children 403989ecc1cc
comparison
equal deleted inserted replaced
1135:903a6d0938c7 1136:c8615d023aaf
228 if (!g_slist_find(connections, gc)) 228 if (!g_slist_find(connections, gc))
229 return; 229 return;
230 230
231 yahoo_get_config(ctxt); 231 yahoo_get_config(ctxt);
232 232
233 if (yahoo_cmd_logon(ctxt, YAHOO_STATUS_AVAILABLE)) { 233 if (!yahoo_cmd_logon(ctxt, YAHOO_STATUS_AVAILABLE)) {
234 debug_printf("Yahoo: Unable to login\n"); 234 debug_printf("Yahoo: Unable to login\n");
235 hide_login_progress(gc, "Unable to login"); 235 hide_login_progress(gc, "Unable to login");
236 signoff(gc); 236 signoff(gc);
237 return; 237 return;
238 } 238 }