diff plugins/icq/gaim_icq.c @ 1772:896432d66303

[gaim-migrate @ 1782] remove OPT_USR_KEEPALIVE; add OPT_PROTO_UNIQUE_CHATNAME for Jabber. other things that need to be implemented still. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 30 Apr 2001 01:58:24 +0000
parents a247305b835f
children a02584b98823
line wrap: on
line diff
--- a/plugins/icq/gaim_icq.c	Mon Apr 30 01:25:30 2001 +0000
+++ b/plugins/icq/gaim_icq.c	Mon Apr 30 01:58:24 2001 +0000
@@ -99,7 +99,7 @@
 	struct icq_data *id = (struct icq_data *)gc->proto_data;
 	debug_printf("%s is now online.\n", gc->username);
 	account_online(gc);
-	gc->options |= OPT_USR_KEEPALV;
+	/*gc->options |= OPT_USR_KEEPALV; this is always-on now */
 	serv_finish_login(gc);
 
 	icq_ChangeStatus(id->link, STATUS_ONLINE);