diff plugins/irc.c @ 1089:f0f5c10cce63

[gaim-migrate @ 1099] added a cancel button to the progress meter committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 13 Nov 2000 02:58:00 +0000
parents 2fe18b2d6105
children 79cdc86ef4c6
line wrap: on
line diff
--- a/plugins/irc.c	Mon Nov 13 00:37:02 2000 +0000
+++ b/plugins/irc.c	Mon Nov 13 02:58:00 2000 +0000
@@ -820,7 +820,7 @@
 	struct sockaddr_in site;
 	char buf[4096];
 	
-	struct gaim_connection *gc = new_gaim_conn(PROTO_IRC, user->username, user->password);
+	struct gaim_connection *gc = new_gaim_conn(user);
 	struct irc_data *idata = gc->proto_data = g_new0(struct irc_data, 1);
 	char c;
 	int i;
@@ -869,7 +869,7 @@
 
 
 	/* Now lets sign ourselves on */
-        account_online(user, gc);
+        account_online(gc);
 	serv_finish_login(gc);
 
 	if (bud_list_cache_exists(gc))