comparison src/protocols/irc/irc.c @ 2912:152d726312b2

[gaim-migrate @ 2925] eh committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 21 Dec 2001 23:46:41 +0000
parents b1e300a85678
children 4254491c722b
comparison
equal deleted inserted replaced
2911:4790fb1272a1 2912:152d726312b2
1071 1071
1072 struct gaim_connection *gc = new_gaim_conn(user); 1072 struct gaim_connection *gc = new_gaim_conn(user);
1073 struct irc_data *idata = gc->proto_data = g_new0(struct irc_data, 1); 1073 struct irc_data *idata = gc->proto_data = g_new0(struct irc_data, 1);
1074 1074
1075 g_snprintf(gc->displayname, sizeof(gc->displayname), "%s", gc->username); 1075 g_snprintf(gc->displayname, sizeof(gc->displayname), "%s", gc->username);
1076 gc->flags = OPT_CONN_HTML; /* this is bad. the reason for this is gtkimhtml doesn't
1077 understand the xchat escapes. so we translate. */
1076 1078
1077 g_snprintf(buf, sizeof(buf), "Signon: %s", gc->username); 1079 g_snprintf(buf, sizeof(buf), "Signon: %s", gc->username);
1078 set_login_progress(gc, 2, buf); 1080 set_login_progress(gc, 2, buf);
1079 1081
1080 idata->chantypes = g_strdup("#&!+"); 1082 idata->chantypes = g_strdup("#&!+");